OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blocking_calls_allowed_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
thread.cc
149
blocking_calls_allowed_
(true) {
252
if (Current() && !Current()->
blocking_calls_allowed_
) {
273
bool previous =
blocking_calls_allowed_
;
274
blocking_calls_allowed_
= allow;
282
ASSERT(!current || current->
blocking_calls_allowed_
);
thread.h
275
bool
blocking_calls_allowed_
; // By default set to |true|.
member in class:rtc::Thread
Completed in 48 milliseconds