Searched refs:STUB_FUNC3 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/lib/libc/gen/ |
| H A D | _pthread_stubs.c | 203 #define STUB_FUNC3(name, idx, ret, p0_type, p1_type, p2_type) \ macro 255 STUB_FUNC3(pthread_sigmask, PJT_SIGMASK, int, int, void *, void *) 256 STUB_FUNC3(pthread_atfork, PJT_ATFORK, int, void *, void *, void*) 278 STUB_FUNC3(pthread_cond_timedwait, PJT_COND_TIMEDWAIT, int, void *, void *, void *) in STUB_FUNC2() 288 STUB_FUNC3(__pthread_cleanup_push_imp, PJT_CLEANUP_PUSH_IMP, void, void *, in STUB_FUNC2() 293 STUB_FUNC3(pthread_getname_np, PJT_GETNAME_NP, int, pthread_t, char *, size_t) in STUB_FUNC2()
|