Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A D_pthread_stubs.c187 #define STUB_FUNC2(name, idx, ret, p0_type, p1_type) \ macro
227 STUB_FUNC2(pthread_cond_init, PJT_COND_INIT, int, void *, void *)
229 STUB_FUNC2(pthread_cond_wait, PJT_COND_WAIT, int, void *, void *)
231 STUB_FUNC2(pthread_key_create, PJT_KEY_CREATE, int, void *, void *)
235 STUB_FUNC2(pthread_mutex_init, PJT_MUTEX_INIT, int, void *, void *)
242 STUB_FUNC2(pthread_mutexattr_settype, PJT_MUTEXATTR_SETTYPE, int, void *, int)
243 STUB_FUNC2(pthread_mutexattr_getrobust, PJT_MUTEXATTR_GETROBUST, int, void *,
245 STUB_FUNC2(pthread_mutexattr_setrobust, PJT_MUTEXATTR_SETROBUST, int, void *,
247 STUB_FUNC2(pthread_once, PJT_ONCE, int, void *, void *)
249 STUB_FUNC2(pthread_rwlock_init, PJT_RWLOCK_INIT, int, void *, void *)
[all …]