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

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp23 #define RWLOCK_FLAG_SHARED 0x01 macro
53 flags = RWLOCK_FLAG_SHARED;
302 bool shared = attr != NULL && (attr->flags & RWLOCK_FLAG_SHARED) != 0;
314 if ((lock->flags & RWLOCK_FLAG_SHARED) != 0)
324 if ((lock->flags & RWLOCK_FLAG_SHARED) != 0)
335 if ((lock->flags & RWLOCK_FLAG_SHARED) != 0)
365 if ((lock->flags & RWLOCK_FLAG_SHARED) != 0)
385 if ((lock->flags & RWLOCK_FLAG_SHARED) != 0)
396 if ((lock->flags & RWLOCK_FLAG_SHARED) != 0)
426 if ((lock->flags & RWLOCK_FLAG_SHARED) !
[all...]

Completed in 23 milliseconds