Searched refs:pthreadAttributes (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/libroot/
H A Dpthread_private.h93 const pthread_attr_t* pthreadAttributes, pthread_t thread,
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp104 __pthread_init_creation_attributes(const pthread_attr_t* pthreadAttributes, argument
110 if (pthreadAttributes == NULL) {
113 attr = *pthreadAttributes;

Completed in 104 milliseconds