Home
last modified time | relevance | path

Searched refs:sem_destroy (Results 1 – 25 of 44) sorted by relevance

12

/external/parameter-framework/test/test-platform/
Dmain.cpp61 sem_destroy(&sem); in startBlockingTestPlatform()
69 sem_destroy(&sem); in startBlockingTestPlatform()
139 sem_destroy(&sem); in startDaemonTestPlatform()
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c587 sem_destroy(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
589 sem_destroy(&cpi->h_event_end_encoding); in vp8cx_create_encoder_threads()
619 sem_destroy(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
621 sem_destroy(&cpi->h_event_end_encoding); in vp8cx_create_encoder_threads()
622 sem_destroy(&cpi->h_event_end_lpf); in vp8cx_create_encoder_threads()
623 sem_destroy(&cpi->h_event_start_lpf); in vp8cx_create_encoder_threads()
652 sem_destroy(&cpi->h_event_start_encoding[i]); in vp8cx_remove_encoder_threads()
659 sem_destroy(&cpi->h_event_end_encoding); in vp8cx_remove_encoder_threads()
660 sem_destroy(&cpi->h_event_end_lpf); in vp8cx_remove_encoder_threads()
661 sem_destroy(&cpi->h_event_start_lpf); in vp8cx_remove_encoder_threads()
/external/libvpx/libvpx/vp8/common/
Dthreading.h91 #define sem_destroy(sem) if(*sem)((int)(CloseHandle(*sem))==TRUE) macro
153 static inline int sem_destroy(sem_t * sem)
171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem)
/external/valgrind/drd/tests/
Dannotate_sem.c33 static void sem_destroy(sem_t *p) in sem_destroy() function
91 sem_destroy(&s_sem); in main()
Dsem_wait.cpp31 if (sem_destroy(&mySemaphore) != 0) in main()
Dsem_as_mutex.c87 sem_destroy(&s_sem); in main()
Dpth_detached_sem.c87 sem_destroy(&s_sem); in main()
Dpth_inconsistent_cond_wait.c70 sem_destroy(p); in destroy_semaphore()
Dcircular_buffer.c85 sem_destroy(p); in destroy_semaphore()
/external/llvm/test/CodeGen/X86/
D2010-09-16-asmcrash.ll6 module asm ".weak sem_destroy"
7 module asm ".equ sem_destroy, _sem_destroy"
/external/valgrind/helgrind/tests/
Dtc18_semabuse.c39 sem_destroy(&s1); in main()
Dtc24_nonzero_sem.c81 return sem_destroy(s); in my_sem_destroy()
Dtc23_bogus_condwait.c129 return sem_destroy(s); in my_sem_destroy()
Dtc17_sembar.c253 return sem_destroy(s); in my_sem_destroy()
Dtc20_verifywrap.c249 sem_destroy(&s1); in main()
/external/compiler-rt/test/tsan/
Dvptr_benign_race.cc25 sem_destroy(&sem_); in ~B()
Dvptr_harmful_race.cc16 sem_destroy(&sem_); in ~A()
Dvptr_harmful_race2.cc16 sem_destroy(&sem_); in ~A()
Dvptr_harmful_race3.cc16 sem_destroy(&sem_); in ~A()
/external/deqp/framework/delibs/dethread/unix/
DdeSemaphoreUnix.c56 sem_destroy(sem); in deSemaphore_destroy()
/external/libnfc-nci/halimpl/pn54x/tml/
DphTmlNfc.c602 sem_destroy(&gpphTmlNfc_Context->rxSemaphore); in phTmlNfc_CleanUp()
603 sem_destroy(&gpphTmlNfc_Context->txSemaphore); in phTmlNfc_CleanUp()
604 sem_destroy(&gpphTmlNfc_Context->postMsgSemaphore); in phTmlNfc_CleanUp()
DphDal4Nfc_messageQueueLib.c98 if (sem_destroy(&pQueue->nProcessSemaphore)) in phDal4Nfc_msgrelease()
/external/libavc/common/
Dithread.c159 return sem_destroy((sem_t *)sem); in ithread_sem_destroy()
/external/v8/src/base/platform/
Dsemaphore.cc85 int result = sem_destroy(&native_handle_);
/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpNciHal_utils.c419 if (sem_destroy(&pCallbackData->sem)) in phNxpNciHal_cleanup_cb_data()

12