Searched refs:pthread_func_t (Results 1 – 3 of 3) sorted by relevance
203 (pthread_func_t)entry, (pthread_func_t)entry205 static pthread_func_t jmp_table[][2] = {233 [PJT_COND_WAIT] = {(pthread_func_t)__thr_cond_wait,234 (pthread_func_t)_thr_cond_wait},324 if (sizeof(jmp_table) != sizeof(pthread_func_t) * PJT_MAX * 2) in _libpthread_init()
183 typedef int (*pthread_func_t)(void); typedef184 typedef pthread_func_t pthread_func_entry_t[2];
64 (pthread_func_t)entry, (pthread_func_t)entry