OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_lock_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/threading/
thread.cc
105
// Hold |
thread_lock_
| while starting the new thread to synchronize with
109
AutoLock lock(
thread_lock_
);
168
// |
thread_lock_
| is required...
170
AutoLock lock(
thread_lock_
);
thread.h
303
mutable base::Lock
thread_lock_
; // Protects |thread_|.
member in class:base::Thread
Completed in 1048 milliseconds