Searched refs:_processShared (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_condattr.c49 pthread_condattr_getpshared(const pthread_condattr_t *_condAttr, int *_processShared) argument
53 if (_condAttr == NULL || (attr = *_condAttr) == NULL || _processShared == NULL)
56 *_processShared = attr->process_shared ? PTHREAD_PROCESS_SHARED : PTHREAD_PROCESS_PRIVATE;
H A Dpthread_mutexattr.c78 int *_processShared)
83 || _processShared == NULL) {
87 *_processShared = attr->process_shared ? PTHREAD_PROCESS_SHARED
77 pthread_mutexattr_getpshared(const pthread_mutexattr_t *_mutexAttr, int *_processShared) argument
/haiku/src/libs/posix_error_mapper/
H A Dpthread_mutexattr.cpp32 (const pthread_mutexattr_t *mutexAttr, int *_processShared),
34 _processShared));
/haiku/headers/posix/
H A Dpthread.h111 int *_processShared);

Completed in 92 milliseconds