HomeSort by relevance Sort by last modified time
    Searched full:sem_post (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.c 245 r= sem_post(&s1);
247 "sem_post\n\n");
tc20_verifywrap.stderr.exp-glibc25-amd64 140 Thread #x: Bug in libpthread: sem_wait succeeded on semaphore without prior sem_post
146 FIXME: can't figure out how to verify wrap of sem_post
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 122 sem_post(&semOpenClose);
150 sem_post(&semOpenClose);
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 755 sem_post
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 793 sem_post
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 721 sem_post
  /external/e2fsprogs/lib/et/
error_message.c 95 return sem_post(&_et_lock);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c 171 sem_post(&pQueue->nProcessSemaphore);
  /external/libvpx/vp8/encoder/
ethreading.c 46 sem_post(&cpi->h_event_end_lpf);
271 sem_post(&cpi->h_event_end_encoding); /* signal frame encoding end */
538 sem_post(&cpi->h_event_start_encoding[i]);
544 sem_post(&cpi->h_event_start_lpf);
  /external/valgrind/main/drd/
drd_vc.h 45 * pthread_create(), pthread_mutex_unlock(), sem_post(). (Actions where
  /frameworks/base/libs/ui/
InputTransport.cpp 254 result = sem_post(& mSharedMessage->semaphore);
256 LOGE("channel '%s' publisher ~ Error %d in sem_post.",
497 result = sem_post(& mSharedMessage->semaphore);
499 LOGE("channel '%s' publisher ~ Error %d in sem_post.",
  /frameworks/media/libvideoeditor/osal/src/
M4OSA_Semaphore.c 222 sem_post(&semaphoreContext->semaphore);
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.cpp 158 return ErrorUtils::posixToAndroidError(sem_post(mSemaphore));
  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 379 sem_post(&gPreviewImage_semaphore);
455 sem_post(&gPreviewImage_semaphore);
567 sem_post(&gPreviewImage_semaphore);
689 sem_post(&gPreviewImage_semaphore);
  /packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpServiceSocket.cpp 37 sem_post(&pCallbackData->sem);
com_android_nfc_NativeNfcManager.cpp 117 sem_post(&pCallbackData->sem);
127 sem_post(&pCallbackData->sem);
912 sem_post(&pContextData->sem);
922 sem_post(&pCallbackData->sem);
979 sem_post(&pContextData->sem);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 372 sem_post(&in_flush_sem);
374 sem_post(&out_flush_sem);
415 sem_post(&seq_sem);
429 sem_post(&seq_sem);
645 sem_post(&etb_sem);
677 sem_post(&fbd_sem);
    [all...]
  /bionic/libc/docs/
CHANGES.TXT 32 Also fixed a bug in sem_post() to make it wake up all waiting
161 - fix sem_post() to wake up multiple threads when called rapidly in
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 838 sem_post
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 862 sem_post
  /device/moto/stingray/whisper/
Whisper_AccyMain.c 236 sem_post(&SigAccyProtStart);
242 sem_post(&SigAccyProtStart);
255 sem_post(&SigAccyProtStart);
260 sem_post(&SigAccyProtStart);
  /external/valgrind/unittest/
posix_tests.cc 109 // test75: TN. Test for sem_post, sem_wait, sem_trywait. {{{1
116 sem_post(&sem[0]);
117 sem_post(&sem[1]);

Completed in 316 milliseconds

1 23 4 5 6