OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEM_UNDO
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
sem.h
22
#define
SEM_UNDO
0x1000
44
struct
sem_undo
*undo;
/development/ndk/platforms/android-3/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/development/ndk/platforms/android-L/include/linux/
sem.h
22
#define
SEM_UNDO
0x1000
44
struct
sem_undo
*undo;
/external/kernel-headers/original/uapi/linux/
sem.h
7
#define
SEM_UNDO
0x1000 /* undo the operation on exit */
30
struct
sem_undo
*undo; /* undo requests on this array */
77
#define SEMUSZ 20 /* sizeof struct
sem_undo
*/
Completed in 94 milliseconds