HomeSort by relevance Sort by last modified time
    Searched refs:ThreadRestrictions (Results 1 - 25 of 32) sorted by null

1 2

  /external/libchrome/base/threading/
thread_restrictions.cc 29 bool ThreadRestrictions::SetIOAllowed(bool allowed) {
36 void ThreadRestrictions::AssertIOAllowed() {
42 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
48 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) {
55 void ThreadRestrictions::AssertSingletonAllowed() {
65 void ThreadRestrictions::DisallowWaiting() {
70 void ThreadRestrictions::AssertWaitAllowed() {
77 bool ThreadRestrictions::SetWaitAllowed(bool allowed) {
thread_restrictions.h 100 // Certain behavior is disallowed on certain threads. ThreadRestrictions helps
109 // base::ThreadRestrictions::SetIOAllowed(false);
115 // base::ThreadRestrictions::AssertIOAllowed();
125 class BASE_EXPORT ThreadRestrictions {
265 DISALLOW_IMPLICIT_CONSTRUCTORS(ThreadRestrictions);
simple_thread.cc 49 base::ThreadRestrictions::ScopedAllowWait allow_wait;
61 base::ThreadRestrictions::ScopedAllowWait allow_wait;
thread.cc 145 base::ThreadRestrictions::ScopedAllowWait allow_wait;
185 base::ThreadRestrictions::ScopedAllowWait allow_wait;
platform_thread_posix.cc 56 base::ThreadRestrictions::SetSingletonAllowed(false);
208 base::ThreadRestrictions::AssertIOAllowed();
  /external/libchrome/crypto/
scoped_test_nss_db.cc 21 base::ThreadRestrictions::ScopedAllowIO allow_io;
59 base::ThreadRestrictions::ScopedAllowIO allow_io;
  /external/libmojo/mojo/public/cpp/bindings/
sync_call_restrictions.h 83 base::ThreadRestrictions::ScopedAllowWait allow_wait_;
  /external/libchrome/base/files/
file_posix.cc 35 ThreadRestrictions::AssertIOAllowed();
40 ThreadRestrictions::AssertIOAllowed();
178 ThreadRestrictions::AssertIOAllowed();
183 ThreadRestrictions::AssertIOAllowed();
202 ThreadRestrictions::AssertIOAllowed();
224 ThreadRestrictions::AssertIOAllowed();
245 ThreadRestrictions::AssertIOAllowed();
252 ThreadRestrictions::AssertIOAllowed();
262 ThreadRestrictions::AssertIOAllowed();
288 ThreadRestrictions::AssertIOAllowed()
    [all...]
file_util_posix.cc 65 ThreadRestrictions::AssertIOAllowed();
69 ThreadRestrictions::AssertIOAllowed();
74 ThreadRestrictions::AssertIOAllowed();
78 ThreadRestrictions::AssertIOAllowed();
86 ThreadRestrictions::AssertIOAllowed(); // For realpath().
150 ThreadRestrictions::AssertIOAllowed(); // For call to mkstemp().
192 ThreadRestrictions::AssertIOAllowed();
204 ThreadRestrictions::AssertIOAllowed();
243 ThreadRestrictions::AssertIOAllowed();
254 ThreadRestrictions::AssertIOAllowed()
    [all...]
memory_mapped_file_posix.cc 26 ThreadRestrictions::AssertIOAllowed();
98 ThreadRestrictions::AssertIOAllowed();
file_enumerator_posix.cc 123 base::ThreadRestrictions::AssertIOAllowed();
  /external/libchrome/base/
native_library_posix.cc 25 ThreadRestrictions::AssertIOAllowed();
sys_info_posix.cc 107 base::ThreadRestrictions::AssertIOAllowed();
117 base::ThreadRestrictions::AssertIOAllowed();
sync_socket_posix.cc 122 ThreadRestrictions::AssertIOAllowed();
127 ThreadRestrictions::AssertIOAllowed();
140 ThreadRestrictions::AssertIOAllowed();
lazy_instance.h 147 ThreadRestrictions::AssertSingletonAllowed();
  /external/libmojo/base/android/
important_file_writer_android.cc 23 base::ThreadRestrictions::ScopedAllowIO allow_io;
java_handler_thread.cc 44 base::ThreadRestrictions::ScopedAllowWait wait_allowed;
57 base::ThreadRestrictions::ScopedAllowWait wait_allowed;
  /external/libchrome/base/synchronization/
condition_variable_posix.cc 65 base::ThreadRestrictions::AssertWaitAllowed();
77 base::ThreadRestrictions::AssertWaitAllowed();
waitable_event_posix.cc 160 base::ThreadRestrictions::AssertWaitAllowed();
232 base::ThreadRestrictions::AssertWaitAllowed();
  /external/libchrome/base/message_loop/
message_pump_default.cc 53 ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/libchrome/base/memory/
singleton.h 233 ThreadRestrictions::AssertSingletonAllowed();
  /external/libchrome/base/process/
process_iterator_linux.cc 46 ThreadRestrictions::ScopedAllowIO allow_io;
process_metrics_linux.cc 62 ThreadRestrictions::ScopedAllowIO allow_io;
104 ThreadRestrictions::ScopedAllowIO allow_io;
147 ThreadRestrictions::ScopedAllowIO allow_io;
261 ThreadRestrictions::ScopedAllowIO allow_io;
350 ThreadRestrictions::ScopedAllowIO allow_io;
403 ThreadRestrictions::ScopedAllowIO allow_io;
703 ThreadRestrictions::ScopedAllowIO allow_io;
835 ThreadRestrictions::ScopedAllowIO allow_io;
932 ThreadRestrictions::ScopedAllowIO allow_io;
internal_linux.cc 56 ThreadRestrictions::ScopedAllowIO allow_io;
  /external/libmojo/base/debug/
stack_trace_android.cc 92 base::ThreadRestrictions::ScopedAllowIO allow_io;

Completed in 660 milliseconds

1 2