Searched refs:_oldState (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cancel.cpp63 pthread_setcancelstate(int state, int *_oldState) argument
81 if (_oldState != NULL) {
82 *_oldState = (oldFlags & THREAD_CANCEL_ENABLED) != 0
/haiku/src/libs/posix_error_mapper/
H A Dpthread_thread.cpp47 (int state, int *_oldState),
48 return B_TO_POSITIVE_ERROR(sReal_pthread_setcancelstate(state, _oldState));
/haiku/headers/posix/
H A Dpthread.h252 extern int pthread_setcancelstate(int state, int *_oldState);

Completed in 48 milliseconds