sem.h-data
来自「Glibc 2.3.2源代码(解压后有100多M)」· H-DATA 代码 · 共 38 行
H-DATA
38 行
constant SEM_UNDOconstant GETNCNTconstant GETPIDconstant GETVALconstant GETALLconstant GETZCNTconstant SETVALconstant SETALLtype {struct semid_ds}element {struct semid_ds} {struct ipc_perm} sem_permelement {struct semid_ds} {unsigned short int} sem_nsemselement {struct semid_ds} time_t sem_otimeelement {struct semid_ds} time_t sem_ctimetype pid_ttype time_ttype key_ttype size_ttype {struct sembuf}element {struct sembuf} {unsigned short int} sem_numelement {struct sembuf} {short int} sem_opelement {struct sembuf} {short int} sem_flgfunction int semctl (int, int, int, ...)function int semget (key_t, int, int)function int semop (int, struct sembuf*, size_t)allow-header sys/ipc.hallow sem*allow SEM_*allow *_t
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?