OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sem_undo
(Results
51 - 65
of
65
) sorted by null
1
2
3
/bionic/libc/kernel/common/linux/
sem.h
22
#define
SEM_UNDO
0x1000
44
struct
sem_undo
*undo;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h
17
#define CLONE_SYSVSEM 0x00040000 /* share system V
SEM_UNDO
semantics */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h
17
#define CLONE_SYSVSEM 0x00040000 /* share system V
SEM_UNDO
semantics */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h
17
#define CLONE_SYSVSEM 0x00040000 /* share system V
SEM_UNDO
semantics */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sem.h
26
#define
SEM_UNDO
0x1000 /* undo the operation on exit */
sched.h
51
# define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID
SEM_UNDO
semantics. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sem.h
26
#define
SEM_UNDO
0x1000 /* undo the operation on exit */
sched.h
51
# define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID
SEM_UNDO
semantics. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sem.h
26
#define
SEM_UNDO
0x1000 /* undo the operation on exit */
sched.h
51
# define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID
SEM_UNDO
semantics. */
/external/strace/
ipc.c
162
{
SEM_UNDO
, "
SEM_UNDO
" },
process.c
555
#define CLONE_SYSVSEM 0x00040000 /* share system V
SEM_UNDO
semantics */
[
all
...]
/external/kernel-headers/original/linux/
sched.h
19
#define CLONE_SYSVSEM 0x00040000 /* share system V
SEM_UNDO
semantics */
[
all
...]
/external/chromium_org/third_party/lcov/
descriptions.tests
976
One thread performs a semop() with the
SEM_UNDO
flag set. The
[
all
...]
/external/valgrind/main/include/vki/
vki-linux.h
373
#define VKI_CLONE_SYSVSEM 0x00040000 /* share system V
SEM_UNDO
semantics */
[
all
...]
Completed in 735 milliseconds
1
2
3