Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopenapv/src/
H A Doapv_tpool.c65 } thread_mutex_t; typedef
276 thread_mutex_t *imutex = (thread_mutex_t *)(sobj); in tpool_threadsafe_decrement()
290 thread_mutex_t *imutex = (thread_mutex_t *)malloc(sizeof(thread_mutex_t)); in oapv_tpool_sync_obj_create()
310 thread_mutex_t *imutex = (thread_mutex_t *)(*sobj); in oapv_tpool_sync_obj_delete()
324 thread_mutex_t *imutex = (thread_mutex_t *)(sobj); in oapv_tpool_enter_cs()
330 thread_mutex_t *imutex = (thread_mutex_t *)(sobj); in oapv_tpool_leave_cs()
359 } thread_mutex_t; typedef
557 thread_mutex_t *imutex = (thread_mutex_t *)(sobj); in tpool_threadsafe_decrement()
591 thread_mutex_t *imutex = (thread_mutex_t *)malloc(sizeof(thread_mutex_t)); in oapv_tpool_sync_obj_create()
614 thread_mutex_t *imutex = (thread_mutex_t *)(*sobj); in oapv_tpool_sync_obj_delete()
[all …]