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

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_spinlock.cpp15 #define LOCKED 1 macro
40 while (atomic_test_and_set((int32*)&lock->lock, LOCKED, UNLOCKED)
41 == LOCKED) {
52 if (atomic_test_and_set((int32*)&lock->lock, LOCKED, UNLOCKED) == LOCKED)
/haiku/src/apps/cortex/NodeManager/
H A DConnection.h83 LOCKED = 1<<2 enumerator in enum:Connection::flag_t
H A DNodeManager.cpp279 !(connection->flags() & Connection::LOCKED)) {
1194 cflags |= Connection::LOCKED;
1302 if(connection.flags() & Connection::LOCKED) {
1385 // *** MUST BE LOCKED for any of these calls
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp339 if (connection.flags() & Connection::LOCKED)
H A DMediaRoutingView.cpp1704 if (wire && !(wire->connection.flags() & Connection::LOCKED))

Completed in 62 milliseconds