Searched refs:__allocate_pthread (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/libroot/
H A Dpthread_private.h90 pthread_thread *__allocate_pthread(void* (*entry)(void*), void *data);
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp77 __allocate_pthread(void* (*entry)(void*), void *data) function
153 pthread_thread* thread = __allocate_pthread(startRoutine, arg);
/haiku/src/system/libroot/os/
H A Dthread.c110 thread = __allocate_pthread(NULL, data);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c620 void __allocate_pthread() {} function
H A Dlibroot_stubs_legacy.c421 void __allocate_pthread() {} function

Completed in 125 milliseconds