?? shmimpl.h
字號(hào):
/* -*- Mode: C; c-basic-offset:4 ; -*- *//* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */#ifndef SHMIMPL_H#define SHMIMPL_H#include "mm_shm.h"typedef struct SHM_PerProcess { MPID_Thread_lock_t lock; char host[100];} SHM_PerProcess;extern SHM_PerProcess SHM_Process;#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -