Home
last modified time | relevance | path

Searched refs:pthread_cond_destroy (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dthread_utils.c131 static int pthread_cond_destroy(pthread_cond_t* const condition) { in pthread_cond_destroy() function
154 pthread_cond_destroy(condition); in pthread_cond_init()
290 pthread_cond_destroy(&impl->condition_); in Reset()
327 pthread_cond_destroy(&impl->condition_); in End()
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_syscond.c59 pthread_cond_destroy(&cond->cond); in SDL_DestroyCond()
/AliOS-Things-master/components/posix/include/
A Dpthread.h167 int pthread_cond_destroy(pthread_cond_t *cond);
/AliOS-Things-master/components/posix/src/
A Dpthread_cond.c51 int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() function
/AliOS-Things-master/components/SDL2/src/hidapi/mac/
A Dhid.c72 pthread_cond_destroy(&barrier->cond); in pthread_barrier_destroy()
202 pthread_cond_destroy(&dev->condition); in free_hid_device()
/AliOS-Things-master/components/drivers/core/base/core/
A Du_interrupt.c332 pthread_cond_destroy(&t->cond); in u_irq_thread_delete()

Completed in 8 milliseconds