OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sem_wait
(Results
51 - 75
of
145
) sorted by null
1
2
3
4
5
6
/external/valgrind/main/drd/tests/
sem_open.c
90
if (s_do_mutual_exclusion)
sem_wait
(s_sem);
114
if (s_do_mutual_exclusion)
sem_wait
(s_sem);
tc18_semabuse.stderr.exp
10
at 0x........:
sem_wait
(drd_pthread_intercepts.c:?)
pth_inconsistent_cond_wait.c
121
sem_wait
(s_sem);
122
sem_wait
(s_sem);
pth_detached_sem.c
81
sem_wait
(&s_sem);
circular_buffer.c
105
sem_wait
(b->data);
128
sem_wait
(b->free);
/cts/suite/audio_quality/lib/src/
Semaphore.cpp
39
if (
sem_wait
(&mSem) == 0) {
/external/compiler-rt/lib/tsan/lit_tests/
vptr_benign_race.cc
24
sem_wait
(&sem_);
vptr_harmful_race.cc
17
sem_wait
(&sem_);
vptr_harmful_race2.cc
17
sem_wait
(&sem_);
/external/valgrind/main/helgrind/tests/
tc18_semabuse.c
34
r=
sem_wait
(&s1); /* assert(r != 0); */
tc18_semabuse.stderr.exp
16
Thread #x: Bug in libpthread:
sem_wait
succeeded on semaphore without prior sem_post
18
by 0x........:
sem_wait
(hg_intercepts.c:...)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
semaphore.h
55
extern int
sem_wait
(sem_t *__sem);
58
/* Similar to `
sem_wait
' but wait only until ABSTIME.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h
55
extern int
sem_wait
(sem_t *__sem);
58
/* Similar to `
sem_wait
' but wait only until ABSTIME.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h
55
extern int
sem_wait
(sem_t *__sem);
58
/* Similar to `
sem_wait
' but wait only until ABSTIME.
/external/valgrind/main/memcheck/tests/
err_disable4.c
48
int r =
sem_wait
(&sem); assert(!r);
56
int r =
sem_wait
(&sem); assert(!r);
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_pool.cc
85
sem_wait
(&work_sem_);
119
sem_wait
(&done_sem_);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sem_wait.c
4
* Module:
sem_wait
.c
83
sem_wait
(sem_t * sem)
function
187
} /*
sem_wait
*/
pthread_cond_wait.c
65
*
sem_wait
( semBlockLock );
70
* bTimedOut =
sem_wait
( semBlockQueue,timeout );
95
*
sem_wait
( semBlockLock );
107
*
sem_wait
( semBlockQueue ); // better now than spurious later
139
*
sem_wait
( semBlockLock ); // close the gate
183
*
sem_wait
( semBlockLock );
188
* bTimedOut =
sem_wait
( semBlockQueue,timeout );
196
*
sem_wait
( semBlockLock );
235
*
sem_wait
( semBlockLock ); // close the gate
303
/* Use the non-cancellable version of
sem_wait
() */
[
all
...]
semaphore.h
140
PTW32_DLLPORT int __cdecl
sem_wait
(sem_t * sem);
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_syssem.c
148
while ( ((retval =
sem_wait
(&sem->sem)) == -1) && (errno == EINTR) ) {}
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Semaphore.c
82
if (
sem_wait
(sema) != 0)
/hardware/ti/omap4xxx/libtiutils/
Semaphore.cpp
134
return ErrorUtils::posixToAndroidError(
sem_wait
(mSemaphore));
/system/extras/tests/bionic/libc/common/
test_sem_post.c
50
sem_wait
(psem);
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp
248
if(
sem_wait
(&cb_data.sem))
320
if(
sem_wait
(&cb_data.sem))
334
if(
sem_wait
(&cb_data_SE_Notification.sem))
362
if(
sem_wait
(&cb_data.sem))
392
if(
sem_wait
(&cb_data.sem))
434
if(
sem_wait
(&cb_data.sem))
516
if(
sem_wait
(&cb_data.sem))
545
if(
sem_wait
(&cb_data.sem))
587
if(
sem_wait
(&cb_data.sem))
673
if(
sem_wait
(&cb_data.sem)
[
all
...]
/system/core/libsuspend/
autosuspend_wakeup_count.c
65
ret =
sem_wait
(&suspend_lockout);
122
ret =
sem_wait
(&suspend_lockout);
Completed in 317 milliseconds
1
2
3
4
5
6