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

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DNetAddress.h63 static void _Lock();
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNetAddress.cpp234 _Lock();
256 _Lock();
283 // _Lock
285 NetAddressResolver::_Lock() function in class:NetAddressResolver
/haiku/headers/cpp/
H A Dstl_alloc.h395 class _Lock { class in class:__default_alloc_template
397 _Lock() { __NODE_ALLOCATOR_LOCK; } function in class:__default_alloc_template::_Lock
398 ~_Lock() { __NODE_ALLOCATOR_UNLOCK; }
400 friend class _Lock;
419 _Lock __lock_instance;
444 _Lock __lock_instance;
/haiku/headers/os/app/
H A DLooper.h134 static status_t _Lock(BLooper* loop, port_id port,
/haiku/src/kits/app/
H A DLooper.cpp558 // As with sem in _Lock(), we need to cache this here in case the looper
594 // Defer to global _Lock(); see notes there
595 return _Lock(this, -1, B_INFINITE_TIMEOUT) == B_OK;
647 return _Lock(this, -1, timeout);
926 BLooper::_Lock(BLooper* looper, port_id port, bigtime_t timeout) function in class:BLooper
928 PRINT(("BLooper::_Lock(%p, %lx)\n", looper, port));
932 PRINT(("BLooper::_Lock() done 1\n"));
949 PRINT(("BLooper::_Lock() done 3\n"));
954 PRINT(("BLooper::_Lock() done 4\n"));
961 PRINT(("BLooper::_Lock() don
[all...]

Completed in 112 milliseconds