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

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_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_MA
[all...]
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_init.c191 (pthread_func_t)entry, (pthread_func_t)entry
193 static pthread_func_t jmp_table[][2] = {
221 {(pthread_func_t)__pthread_cond_wait,
222 (pthread_func_t)_pthread_cond_wait}, /* PJT_COND_WAIT */
237 {(pthread_func_t)__pthread_mutex_lock,
238 (pthread_func_t)_pthread_mutex_lock}, /* PJT_MUTEX_LOCK */
239 {(pthread_func_t)__pthread_mutex_trylock,
240 (pthread_func_t)_pthread_mutex_trylock},/* PJT_MUTEX_TRYLOCK */
310 if (sizeof(jmp_table) != (sizeof(pthread_func_t) * PJT_MA
[all...]
/freebsd-9.3-release/lib/libc/include/
H A Dlibc_private.h171 typedef int (*pthread_func_t)(void); typedef
172 typedef pthread_func_t pthread_func_entry_t[2];
/freebsd-9.3-release/lib/libc/gen/
H A D_pthread_stubs.c62 (pthread_func_t)entry, (pthread_func_t)entry

Completed in 97 milliseconds