Symbol: STUB_FUNC2
lib/libc/gen/_pthread_stubs.c
228
STUB_FUNC2(pthread_cond_init, PJT_COND_INIT, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
230
STUB_FUNC2(pthread_cond_wait, PJT_COND_WAIT, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
232
STUB_FUNC2(pthread_key_create, PJT_KEY_CREATE, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
236
STUB_FUNC2(pthread_mutex_init, PJT_MUTEX_INIT, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
243
STUB_FUNC2(pthread_mutexattr_settype, PJT_MUTEXATTR_SETTYPE, int, void *, int)
lib/libc/gen/_pthread_stubs.c
244
STUB_FUNC2(pthread_mutexattr_getrobust, PJT_MUTEXATTR_GETROBUST, int, void *,
lib/libc/gen/_pthread_stubs.c
246
STUB_FUNC2(pthread_mutexattr_setrobust, PJT_MUTEXATTR_SETROBUST, int, void *,
lib/libc/gen/_pthread_stubs.c
248
STUB_FUNC2(pthread_once, PJT_ONCE, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
250
STUB_FUNC2(pthread_rwlock_init, PJT_RWLOCK_INIT, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
258
STUB_FUNC2(pthread_setspecific, PJT_SETSPECIFIC, int, pthread_key_t, void *)
lib/libc/gen/_pthread_stubs.c
262
STUB_FUNC2(pthread_attr_getdetachstate, PJT_ATTR_GETDETACHSTATE, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
263
STUB_FUNC2(pthread_attr_getguardsize, PJT_ATTR_GETGUARDSIZE, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
264
STUB_FUNC2(pthread_attr_getstackaddr, PJT_ATTR_GETSTACKADDR, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
265
STUB_FUNC2(pthread_attr_getstacksize, PJT_ATTR_GETSTACKSIZE, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
266
STUB_FUNC2(pthread_attr_getinheritsched, PJT_ATTR_GETINHERITSCHED, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
267
STUB_FUNC2(pthread_attr_getschedparam, PJT_ATTR_GETSCHEDPARAM, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
268
STUB_FUNC2(pthread_attr_getschedpolicy, PJT_ATTR_GETSCHEDPOLICY, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
269
STUB_FUNC2(pthread_attr_getscope, PJT_ATTR_GETSCOPE, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
271
STUB_FUNC2(pthread_attr_setdetachstate, PJT_ATTR_SETDETACHSTATE, int, void *, int)
lib/libc/gen/_pthread_stubs.c
272
STUB_FUNC2(pthread_attr_setguardsize, PJT_ATTR_SETGUARDSIZE, int, void *, size_t)
lib/libc/gen/_pthread_stubs.c
273
STUB_FUNC2(pthread_attr_setstackaddr, PJT_ATTR_SETSTACKADDR, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
274
STUB_FUNC2(pthread_attr_setstacksize, PJT_ATTR_SETSTACKSIZE, int, void *, size_t)
lib/libc/gen/_pthread_stubs.c
275
STUB_FUNC2(pthread_attr_setinheritsched, PJT_ATTR_SETINHERITSCHED, int, void *, int)
lib/libc/gen/_pthread_stubs.c
276
STUB_FUNC2(pthread_attr_setschedparam, PJT_ATTR_SETSCHEDPARAM, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
277
STUB_FUNC2(pthread_attr_setschedpolicy, PJT_ATTR_SETSCHEDPOLICY, int, void *, int)
lib/libc/gen/_pthread_stubs.c
278
STUB_FUNC2(pthread_attr_setscope, PJT_ATTR_SETSCOPE, int, void *, int)
lib/libc/gen/_pthread_stubs.c
281
STUB_FUNC2(pthread_cleanup_push, PJT_CLEANUP_PUSH, void, void *, void *)
lib/libc/gen/_pthread_stubs.c
284
STUB_FUNC2(pthread_equal, PJT_EQUAL, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
286
STUB_FUNC2(pthread_join, PJT_JOIN, int, void *, void *)
lib/libc/gen/_pthread_stubs.c
287
STUB_FUNC2(pthread_kill, PJT_KILL, int, void *, int)
lib/libc/gen/_pthread_stubs.c
288
STUB_FUNC2(pthread_setcancelstate, PJT_SETCANCELSTATE, int, int, void *)
lib/libc/gen/_pthread_stubs.c
289
STUB_FUNC2(pthread_setcanceltype, PJT_SETCANCELTYPE, int, int, void *)
lib/libc/gen/_pthread_stubs.c
296
STUB_FUNC2(pthread_attr_get_np, PJT_ATTR_GET_NP, int, pthread_t, pthread_attr_t *)