OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadHasCurrent
(Results
1 - 3
of
3
) sorted by null
/external/libbrillo/brillo/message_loops/
message_loop.cc
31
bool MessageLoop::
ThreadHasCurrent
() {
message_loop.h
30
// current thread. If you really need to, use
ThreadHasCurrent
() to check if
35
static bool
ThreadHasCurrent
();
/external/libbrillo/brillo/streams/
tls_stream.cc
387
if (MessageLoop::
ThreadHasCurrent
()) {
Completed in 93 milliseconds