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

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cond.cpp21 #define COND_FLAG_SHARED 0x01 macro
39 cond->flags |= COND_FLAG_SHARED;
83 if ((cond->flags & COND_FLAG_SHARED) != 0)
116 if ((cond->flags & COND_FLAG_SHARED) != 0)

Completed in 24 milliseconds