OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sem_destroy
(Results
51 - 75
of
290
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sem_destroy.c
4
* Module:
sem_destroy
.c
50
sem_destroy
(sem_t * sem)
function
144
} /*
sem_destroy
*/
pthread_cond_init.c
129
(void)
sem_destroy
(&(cv->semBlockQueue));
132
(void)
sem_destroy
(&(cv->semBlockLock));
pthread_barrier_destroy.c
65
if (0 == (result =
sem_destroy
(&(b->semBarrierBreeched))))
semaphore.c
60
#include "
sem_destroy
.c"
semaphore.h
136
PTW32_DLLPORT int __cdecl
sem_destroy
(sem_t * sem);
/external/libvpx/libvpx/vp8/common/
threading.h
87
#define
sem_destroy
(sem) if(*sem)((int)(CloseHandle(*sem))==TRUE)
macro
149
static inline int
sem_destroy
(sem_t * sem)
function
167
#define
sem_destroy
(sem) semaphore_destroy(mach_task_self(),*sem)
macro
/external/libvpx/libvpx/vp8/encoder/
ethreading.c
572
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
(&cpi->h_event_start_lpf)
[
all
...]
/external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c
70
sem_destroy
(p);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Semaphore.c
66
if (
sem_destroy
(sema) != 0)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
semaphore.h
40
extern int
sem_destroy
(sem_t *__sem) __THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h
40
extern int
sem_destroy
(sem_t *__sem) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h
40
extern int
sem_destroy
(sem_t *__sem) __THROW;
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_pool.cc
49
sem_destroy
(&done_sem_);
50
sem_destroy
(&work_sem_);
/external/valgrind/main/helgrind/tests/
tc20_verifywrap.c
233
/* in glibc,
sem_destroy
is a no-op; making it fail is
236
"
sem_destroy
\n\n");
249
sem_destroy
(&s1);
tc23_bogus_condwait.c
129
return
sem_destroy
(s);
/external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc
136
'
sem_destroy
.c',
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_syssem.c
100
sem_destroy
(&sem->sem);
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_syssem.c
62
sem_destroy
(&sem->sem);
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_syssem.c
109
sem_destroy
(sem->sem);
/system/core/libsuspend/
autosuspend_wakeup_count.c
175
sem_destroy
(&suspend_lockout);
Completed in 917 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>