Searched refs:state_lock_ (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-utils/alsactl/ |
H A D | lock.c | 45 static int state_lock_(const char *lock_file, int lock, int timeout, int _fd) in state_lock_() function 166 err = state_lock_(fn, 1, timeout, -1); in state_lock() 178 err = state_lock_(fn, 0, 10, _fd); in state_unlock() 195 err = state_lock_(fn, 1, timeout, -1); in card_lock() 207 err = state_lock_(fn, 0, 10, _fd); in card_unlock()
|
/third_party/node/src/ |
H A D | inspector_io.cc | 114 Mutex::ScopedLock scoped_lock(state_lock_); in Post() 124 Mutex::ScopedLock scoped_lock(state_lock_); in Wait() 142 Mutex::ScopedLock scoped_lock(state_lock_); in GetMessages() 160 Mutex state_lock_; // Locked before mutating the queue. member in node::inspector::__anon15355::RequestQueueData
|
H A D | js_native_api_v8_inspector.cc | 530 Mutex::ScopedLock scoped_lock(state_lock_); in Post() 540 Mutex::ScopedLock scoped_lock(state_lock_); in Wait() 558 Mutex::ScopedLock scoped_lock(state_lock_); in GetMessages() 576 Mutex state_lock_; // Locked before mutating the queue. member in v8impl::__anon15372::RequestQueueData
|
Completed in 4 milliseconds