Home
last modified time | relevance | path

Searched defs:sem_array (Results 1 – 2 of 2) sorted by relevance

/third_party/Linux_Kernel/include/linux/
Dsem.h12 struct sem_array { struct
14 sem_perm; /* permissions .. see ipc.h */
15 time_t sem_ctime; /* last change time */
16 struct sem *sem_base; /* ptr to first semaphore in array */
17 struct list_head pending_alter; /* pending operations */
19 struct list_head pending_const; /* pending complex operations */
21 struct list_head list_id; /* undo requests on this array */
22 int sem_nsems; /* no. of semaphores in array */
23 int complex_count; /* pending complex operations */
/third_party/toybox/toys/pending/
Dipcs.c249 static void sem_array(void) in sem_array() function