/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...);
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...);
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...);
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...);
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...);
|
/external/valgrind/main/drd/tests/ |
sem_open.c | 63 s_sem = sem_open(semaphore_name, O_CREAT | O_EXCL, 0600, 1);
|
circular_buffer.c | 65 sem_t* p = sem_open(name_and_pid, O_CREAT | O_EXCL, 0600, value); 67 perror("sem_open");
|
Makefile.am | 212 sem_open.stderr.exp \ 213 sem_open.vgtest \ 330 sem_open \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
semaphore.h | 43 extern sem_t *sem_open (__const char *__name, int __oflag, ...) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
semaphore.h | 43 extern sem_t *sem_open (__const char *__name, int __oflag, ...) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
semaphore.h | 43 extern sem_t *sem_open (__const char *__name, int __oflag, ...) __THROW;
|
/external/valgrind/unittest/ |
posix_tests.cc | 339 // test115: TN. sem_open. {{{1 348 // TODO: there is some race report inside sem_open 351 sem_t *sem = sem_open(kSemName, O_CREAT, 0600, 3); 366 // sem_open and sem_wait, it will be silent. 379 * sem_open on that platform: subsequent attempts to open an existing semafore 382 printf("test115: stab (sem_open())\n"); 384 // just check that sem_open is not completely broken 391 // check that sem_open and sem_wait create a happens-before arc.
|
/external/valgrind/main/drd/ |
drd_semaphore.c | 246 /** Called after sem_open(). */ 255 DRD_(trace_msg)("[%d] sem_open 0x%lx name %s" 260 /* Return if the sem_open() call failed. */
|
drd_clientreq.h | 154 /* To notify the drd tool of a sem_open call. */ 157 /* To notify the drd tool of a sem_open call. */
|
/external/chromium_org/native_client_sdk/src/libraries/pthread/ |
library.dsc | 139 'sem_open.c',
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
semaphore.c | 67 #include "sem_open.c"
|
semaphore.h | 150 PTW32_DLLPORT int __cdecl sem_open (const char * name,
|
/external/valgrind/main/helgrind/tests/ |
tc17_sembar.c | 239 s = sem_open(name, O_CREAT | O_EXCL, 0600, count); 241 perror("sem_open");
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |