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

/freebsd-10.1-release/lib/libc/gen/
H A D_pthread_stubs.c177 #define STUB_FUNC2(name, idx, ret, p0_type, p1_type) \ macro
217 STUB_FUNC2(pthread_cond_init, PJT_COND_INIT, int, void *, void *)
219 STUB_FUNC2(pthread_cond_wait, PJT_COND_WAIT, int, void *, void *)
221 STUB_FUNC2(pthread_key_create, PJT_KEY_CREATE, int, void *, void *)
225 STUB_FUNC2(pthread_mutex_init, PJT_MUTEX_INIT, int, void *, void *)
231 STUB_FUNC2(pthread_mutexattr_settype, PJT_MUTEXATTR_SETTYPE, int, void *, int)
232 STUB_FUNC2(pthread_once, PJT_ONCE, int, void *, void *)
234 STUB_FUNC2(pthread_rwlock_init, PJT_RWLOCK_INIT, int, void *, void *)
241 STUB_FUNC2(pthread_setspecific, PJT_SETSPECIFIC, int, pthread_key_t, void *)
245 STUB_FUNC2(pthread_attr_getdetachstat
[all...]

Completed in 42 milliseconds