Home
last modified time | relevance | path

Searched refs:mutex_owner_ (Results 1 – 2 of 2) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dv8threads.h94 static bool IsLockedByCurrentThread() { return mutex_owner_.IsSelf(); } in IsLockedByCurrentThread()
108 static ThreadHandle mutex_owner_; variable
Dv8threads.cc167 mutex_owner_.Initialize(ThreadHandle::SELF); in Lock()
173 mutex_owner_.Initialize(ThreadHandle::INVALID); in Unlock()
249 ThreadHandle ThreadManager::mutex_owner_(ThreadHandle::INVALID);