Searched refs:STUB_FUNC3 (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | _pthread_stubs.c | 206 #define STUB_FUNC3(name, idx, ret, p0_type, p1_type, p2_type) \ macro 258 STUB_FUNC3(pthread_sigmask, PJT_SIGMASK, int, int, void *, void *) 259 STUB_FUNC3(pthread_atfork, PJT_ATFORK, int, void *, void *, void*) 281 STUB_FUNC3(pthread_cond_timedwait, PJT_COND_TIMEDWAIT, int, void *, void *, void *) 291 STUB_FUNC3(__pthread_cleanup_push_imp, PJT_CLEANUP_PUSH_IMP, void, void *, 296 STUB_FUNC3(pthread_getname_np, PJT_GETNAME_NP, int, pthread_t, char *, size_t)
|