OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sem_undo
(Results
26 - 50
of
65
) sorted by null
1
2
3
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sem.h
17
#define
SEM_UNDO
0x1000
37
struct
sem_undo
*undo;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/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
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/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
*/
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/
SDL_syssem.c
55
{ 0, -1, (IPC_NOWAIT|
SEM_UNDO
) } /* Decrement semaphore, no block */
58
{ 0, -1,
SEM_UNDO
} /* Decrement semaphore */
61
{ 0, 1, (IPC_NOWAIT|
SEM_UNDO
) } /* Increment semaphore */
Completed in 617 milliseconds
1
2
3