Searched defs:sem_array (Results 1 – 1 of 1) sorted by relevance
114 struct sem_array { struct115 struct kern_ipc_perm sem_perm; /* permissions .. see ipc.h */116 time64_t sem_ctime; /* create/last semctl() time */117 struct list_head pending_alter; /* pending operations */119 struct list_head pending_const; /* pending complex operations */121 struct list_head list_id; /* undo requests on this array */122 int sem_nsems; /* no. of semaphores in array */123 int complex_count; /* pending complex operations */124 unsigned int use_global_lock;/* >0: global lock required */126 struct sem sems[];