Searched refs:sem_destroy (Results 1 - 25 of 46) sorted by path

12

/external/bluetooth/bluedroid/test/suite/support/
H A Dcallbacks.c96 sem_destroy(&callback_data[i].semaphore);
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dthread_pool.cc49 sem_destroy(&done_sem_);
50 sem_destroy(&work_sem_);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A DMakefile192 sem_destroy.obj \
352 sem_destroy.c \
H A Dpthread_barrier_destroy.c65 if (0 == (result = sem_destroy (&(b->semBarrierBreeched))))
H A Dpthread_cond_destroy.c181 if (sem_destroy (&(cv->semBlockLock)) != 0)
185 if (sem_destroy (&(cv->semBlockQueue)) != 0)
H A Dpthread_cond_init.c129 (void) sem_destroy (&(cv->semBlockQueue));
132 (void) sem_destroy (&(cv->semBlockLock));
H A Dsem_destroy.c4 * Module: sem_destroy.c
50 sem_destroy (sem_t * sem) function
144 } /* sem_destroy */
H A Dsemaphore.h136 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslmutex.c544 rv = sem_destroy(&pMutex->u.sem);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dthreading.h91 #define sem_destroy(sem) if(*sem)((int)(CloseHandle(*sem))==TRUE) macro
153 static inline int sem_destroy(sem_t * sem) function
171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem) macro
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dthreading.c846 sem_destroy(&pbi->h_event_start_decoding[i]);
849 sem_destroy(&pbi->h_event_end_decoding);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c587 sem_destroy(&cpi->h_event_start_encoding[ithread]);
589 sem_destroy(&cpi->h_event_end_encoding);
619 sem_destroy(&cpi->h_event_start_encoding[ithread]);
621 sem_destroy(&cpi->h_event_end_encoding);
622 sem_destroy(&cpi->h_event_end_lpf);
623 sem_destroy(&cpi->h_event_start_lpf);
652 sem_destroy(&cpi->h_event_start_encoding[i]);
659 sem_destroy(&cpi->h_event_end_encoding);
660 sem_destroy(&cpi->h_event_end_lpf);
661 sem_destroy(
[all...]
/external/chromium_org/v8/src/base/platform/
H A Dsemaphore.cc85 int result = sem_destroy(&native_handle_);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1251 TSAN_INTERCEPTOR(int, sem_destroy, void *s) {
1252 SCOPED_TSAN_INTERCEPTOR(sem_destroy, s);
1253 int res = REAL(sem_destroy)(s);
2304 TSAN_INTERCEPT(sem_destroy);
/external/compiler-rt/test/tsan/
H A Dvptr_benign_race.cc25 sem_destroy(&sem_);
H A Dvptr_harmful_race.cc18 sem_destroy(&sem_);
H A Dvptr_harmful_race2.cc18 sem_destroy(&sem_);
H A Dvptr_harmful_race3.cc18 sem_destroy(&sem_);
/external/deqp/framework/delibs/dethread/unix/
H A DdeSemaphoreUnix.c56 sem_destroy(sem);
/external/e2fsprogs/lib/et/
H A Derror_message.c77 sem_destroy(&_et_lock);
/external/libhevc/common/
H A Dithread.c411 return sem_destroy((sem_t *)sem);
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h91 #define sem_destroy(sem) if(*sem)((int)(CloseHandle(*sem))==TRUE) macro
153 static inline int sem_destroy(sem_t * sem) function
171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem) macro
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c846 sem_destroy(&pbi->h_event_start_decoding[i]);
849 sem_destroy(&pbi->h_event_end_decoding);
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c572 sem_destroy(&cpi->h_event_start_encoding[ithread]);
574 sem_destroy(&cpi->h_event_end_encoding);
604 sem_destroy(&cpi->h_event_start_encoding[ithread]);
606 sem_destroy(&cpi->h_event_end_encoding);
607 sem_destroy(&cpi->h_event_end_lpf);
608 sem_destroy(&cpi->h_event_start_lpf);
637 sem_destroy(&cpi->h_event_start_encoding[i]);
644 sem_destroy(&cpi->h_event_end_encoding);
645 sem_destroy(&cpi->h_event_end_lpf);
646 sem_destroy(
[all...]
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp652 sem_destroy(&m_semaphore);

Completed in 611 milliseconds

12