Searched refs:pthread_attr_init (Results 1 - 7 of 7) sorted by path

/haiku/src/libs/posix_error_mapper/
H A Dpthread_attr.cpp17 WRAPPER_FUNCTION(int, pthread_attr_init, (pthread_attr_t *attr),
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c26 pthread_attr_init(pthread_attr_t *_attr) function
275 int err = pthread_attr_init(_attr);
/haiku/src/tests/system/libroot/posix/
H A Dpthread_attr_stack_test.cpp25 ret = pthread_attr_init(&attr);
H A Dpthread_signal_test.cpp153 pthread_attr_init(&attributes);
/haiku/headers/posix/
H A Dpthread.h202 extern int pthread_attr_init(pthread_attr_t *attr);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2197 void pthread_attr_init() {} function
H A Dlibroot_stubs_legacy.c2176 void pthread_attr_init() {} function

Completed in 203 milliseconds