Home
last modified time | relevance | path

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

/trueos/lib/libthr/thread/
HDthr_init.c198 (pthread_func_t)entry, (pthread_func_t)entry
200 static pthread_func_t jmp_table[][2] = {
228 {(pthread_func_t)__pthread_cond_wait,
229 (pthread_func_t)_pthread_cond_wait}, /* PJT_COND_WAIT */
244 {(pthread_func_t)__pthread_mutex_lock,
245 (pthread_func_t)_pthread_mutex_lock}, /* PJT_MUTEX_LOCK */
246 {(pthread_func_t)__pthread_mutex_trylock,
247 (pthread_func_t)_pthread_mutex_trylock},/* PJT_MUTEX_TRYLOCK */
317 if (sizeof(jmp_table) != (sizeof(pthread_func_t) * PJT_MAX * 2)) in _libpthread_init()
/trueos/lib/libkse/thread/
HDthr_init.c159 (pthread_func_t)entry, (pthread_func_t)entry
161 static pthread_func_t jmp_table[][2] = {
189 {(pthread_func_t)__pthread_cond_wait,
190 (pthread_func_t)_pthread_cond_wait}, /* PJT_COND_WAIT */
205 {(pthread_func_t)__pthread_mutex_lock,
206 (pthread_func_t)_pthread_mutex_lock}, /* PJT_MUTEX_LOCK */
207 {(pthread_func_t)__pthread_mutex_trylock,
208 (pthread_func_t)_pthread_mutex_trylock},/* PJT_MUTEX_TRYLOCK */
263 if (sizeof(jmp_table) != (sizeof(pthread_func_t) * PJT_MAX * 2)) in _libpthread_init()
/trueos/lib/libc/include/
HDlibc_private.h174 typedef int (*pthread_func_t)(void); typedef
175 typedef pthread_func_t pthread_func_entry_t[2];
/trueos/lib/libc/gen/
HD_pthread_stubs.c62 (pthread_func_t)entry, (pthread_func_t)entry