OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sem_wait
(Results
26 - 50
of
72
) sorted by null
1
2
3
/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/jni/
com_android_nfc_NativeNfcSecureElement.cpp
243
if(
sem_wait
(&cb_data.sem))
312
if(
sem_wait
(&cb_data.sem))
326
if(
sem_wait
(&cb_data.sem))
353
if(
sem_wait
(&cb_data.sem))
383
if(
sem_wait
(&cb_data.sem))
425
if(
sem_wait
(&cb_data.sem))
500
if(
sem_wait
(&cb_data.sem))
529
if(
sem_wait
(&cb_data.sem))
571
if(
sem_wait
(&cb_data.sem))
655
if(
sem_wait
(&cb_data.sem)
[
all
...]
com_android_nfc_NativeP2pDevice.cpp
155
if(
sem_wait
(&cb_data.sem))
246
if(
sem_wait
(&cb_data.sem))
319
if(
sem_wait
(&cb_data.sem))
387
if(
sem_wait
(&cb_data.sem))
443
if(
sem_wait
(&cb_data.sem))
com_android_nfc_NativeLlcpSocket.cpp
147
if(
sem_wait
(&cb_data.sem))
206
if(
sem_wait
(&cb_data.sem))
284
if(
sem_wait
(&cb_data.sem))
340
if(
sem_wait
(&cb_data.sem))
com_android_nfc_NativeNfcTag.cpp
211
if(
sem_wait
(&cb_data.sem))
268
if(
sem_wait
(&cb_data.sem))
478
if(
sem_wait
(&cb_data.sem))
534
if(
sem_wait
(&cb_data.sem))
634
if(
sem_wait
(&cb_data.sem))
848
if(
sem_wait
(&cb_data.sem))
[
all
...]
com_android_nfc_NativeLlcpConnectionlessSocket.cpp
97
if(
sem_wait
(&cb_data.sem))
177
if(
sem_wait
(&cb_data.sem))
com_android_nfc_NativeLlcpServiceSocket.cpp
128
if(
sem_wait
(&cb_data.sem))
com_android_nfc_NativeNfcManager.cpp
291
if(
sem_wait
(&cb_data.sem))
328
if(
sem_wait
(&cb_data.sem))
484
if(
sem_wait
(&cb_data.sem))
565
if(
sem_wait
(&cb_data.sem))
617
if(
sem_wait
(&cb_data.sem))
648
if(
sem_wait
(&cb_data.sem))
752
if(
sem_wait
(&cb_data.sem))
[
all
...]
/external/valgrind/main/drd/tests/
circular_buffer.c
99
sem_wait
(b->data);
122
sem_wait
(b->free);
/external/valgrind/main/helgrind/tests/
tc17_sembar.c
258
return
sem_wait
(s);
260
return
sem_wait
( *(sem_t**)s );
tc23_bogus_condwait.c
134
return
sem_wait
(s);
136
return
sem_wait
( *(sem_t**)s );
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syssem.c
138
while ( ((retval =
sem_wait
(sem->sem)) == -1) && (errno == EINTR) ) {}
140
SDL_SetError("
sem_wait
() failed");
/hardware/qcom/media/mm-video/vidc/vdec/src/
message_queue.c
77
sem_wait
(&ptr_q->sem_message);
/hardware/qcom/media/mm-video/vidc/venc/test/
queue.c
77
sem_wait
(&ptr_q->sem_message);
video_encoder_test.c
646
sem_wait
(&encoder_context->sem_synchronize);
716
sem_wait
(&encoder_context->sem_synchronize);
742
sem_wait
(&encoder_context->sem_synchronize);
756
sem_wait
(&encoder_context->sem_synchronize);
766
sem_wait
(&encoder_context->sem_synchronize);
/external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c
202
sem_wait
(&pQueue->nProcessSemaphore);
/frameworks/media/libvideoeditor/osal/src/
M4OSA_Semaphore.c
147
if ( 0 !=
sem_wait
(&semaphoreContext->semaphore) )
/hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_semaphores.c
166
if (SUCCESS !=
sem_wait
(psem))
/hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c
104
sem_wait
(&semOpenClose);
135
sem_wait
(&semOpenClose);
/packages/apps/Camera/jni/
mosaic_renderer_jni.cpp
331
sem_wait
(&gPreviewImage_semaphore);
411
sem_wait
(&gPreviewImage_semaphore);
493
sem_wait
(&gPreviewImage_semaphore);
590
sem_wait
(&gPreviewImage_semaphore);
feature_mos_jni.cpp
375
sem_wait
(&gPreviewImage_semaphore);
386
sem_wait
(&gPreviewImage_semaphore);
440
sem_wait
(&gPreviewImage_semaphore);
/hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c
620
sem_wait
(&decode_context->sem_synchronize);
686
sem_wait
(&decode_context->sem_synchronize);
712
sem_wait
(&decode_context->sem_synchronize);
726
sem_wait
(&decode_context->sem_synchronize);
737
sem_wait
(&decode_context->sem_synchronize);
[
all
...]
/bionic/libc/bionic/
semaphore.c
246
int
sem_wait
(sem_t *sem)
function
/external/e2fsprogs/lib/et/
error_message.c
85
return
sem_wait
(&_et_lock);
Completed in 959 milliseconds
1
2
3