Searched refs:pthread_create (Results 1 - 11 of 11) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dtls_concurrency_test.c23 errno = pthread_create(&thr[j], NULL, thread, NULL);
24 panic(errno, "pthread_create");
H A Dthread_local_test.cpp54 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]);
H A Dpthread_attr_stack_test.cpp43 ret = pthread_create(&thread, &attr, threadFunction, NULL);
H A Dpthread_barrier_test.cpp42 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]);
H A Dpthread_signal_test.cpp157 if (pthread_create(&tid[i], &attributes, threadStart, &id[i]) != 0)
/haiku/src/libs/posix_error_mapper/
H A Dpthread_thread.cpp13 WRAPPER_FUNCTION(int, pthread_create,
/haiku/src/system/libroot/posix/libstdthreads/
H A Dthrd.c61 * a function conforming to pthread_create()'s start_routine.
68 if (pthread_create(thr, NULL, thrd_entry, tp) != 0) {
/haiku/headers/posix/
H A Dpthread.h241 extern int pthread_create(pthread_t *thread, const pthread_attr_t *attr,
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp147 pthread_create(pthread_t* _thread, const pthread_attr_t* attr, function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2225 void pthread_create() {} function
H A Dlibroot_stubs_legacy.c2204 void pthread_create() {} function

Completed in 508 milliseconds