OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sem_wait
(Results
76 - 100
of
145
) sorted by null
1
2
3
4
5
6
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_syssem.c
91
while ( ((retval =
sem_wait
(&sem->sem)) == -1) && (errno == EINTR) ) {}
93
SDL_SetError("
sem_wait
() failed");
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_syssem.c
138
while ( ((retval =
sem_wait
(sem->sem)) == -1) && (errno == EINTR) ) {}
140
SDL_SetError("
sem_wait
() failed");
/external/valgrind/main/helgrind/tests/
tc24_nonzero_sem.c
86
return
sem_wait
(s);
tc17_sembar.c
258
return
sem_wait
(s);
tc23_bogus_condwait.c
134
return
sem_wait
(s);
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
queue.c
77
sem_wait
(&ptr_q->sem_message);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
queue.c
71
sem_wait
(&ptr_q->sem_message);
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeLlcpSocket.cpp
147
if(
sem_wait
(&cb_data.sem))
206
if(
sem_wait
(&cb_data.sem))
287
if(
sem_wait
(&cb_data.sem))
343
if(
sem_wait
(&cb_data.sem))
com_android_nfc_NativeP2pDevice.cpp
156
if(
sem_wait
(&cb_data.sem))
247
if(
sem_wait
(&cb_data.sem))
320
if(
sem_wait
(&cb_data.sem))
388
if(
sem_wait
(&cb_data.sem))
444
if(
sem_wait
(&cb_data.sem))
com_android_nfc_NativeNfcTag.cpp
213
if(
sem_wait
(&cb_data.sem))
270
if(
sem_wait
(&cb_data.sem))
469
if(
sem_wait
(&cb_data.sem))
523
if(
sem_wait
(&cb_data.sem))
621
if(
sem_wait
(&cb_data.sem))
835
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
129
if(
sem_wait
(&cb_data.sem))
/external/libvpx/libvpx/vp8/common/
threading.h
85
#define
sem_wait
(sem) (int)(WAIT_OBJECT_0 != WaitForSingleObject(*sem,INFINITE))
macro
111
static inline int
sem_wait
(sem_t * sem)
function
165
#define
sem_wait
(sem) (semaphore_wait(*sem) )
macro
/external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c
202
sem_wait
(&pQueue->nProcessSemaphore);
/frameworks/av/libvideoeditor/osal/src/
M4OSA_Semaphore.c
147
if ( 0 !=
sem_wait
(&semaphoreContext->semaphore) )
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
message_queue.c
77
sem_wait
(&ptr_q->sem_message);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
message_queue.c
71
sem_wait
(&ptr_q->sem_message);
/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);
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_data.c
151
ret =
sem_wait
(&cmd_thread->cmd_sem);
153
CDBG_ERROR("%s:
sem_wait
error (%s)",
/external/chromium_org/v8/src/platform/
semaphore.cc
122
int result =
sem_wait
(&native_handle_);
/packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp
372
sem_wait
(&gPreviewImage_semaphore);
452
sem_wait
(&gPreviewImage_semaphore);
564
sem_wait
(&gPreviewImage_semaphore);
662
sem_wait
(&gPreviewImage_semaphore);
/packages/apps/Nfc/nci/jni/
NativeLlcpConnectionlessSocket.cpp
202
if (
sem_wait
(&sConnlessRecvSem))
NativeNfcTag.cpp
387
sem_wait
(&sFormatSem);
417
if (
sem_wait
(&sWriteSem))
[
all
...]
/system/extras/tests/bionic/libc/common/
bench_pthread.c
200
BENCH(
sem_wait
(&semaphore); sem_post(&semaphore));
Completed in 179 milliseconds
1
2
3
4
5
6