Home
last modified time | relevance | path

Searched refs:ScopedAllowBaseSyncPrimitivesForTesting (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/threading/
Dthread_restrictions_unittest.cc111 TEST_F(ThreadRestrictionsTest, ScopedAllowBaseSyncPrimitivesForTesting) { in TEST_F() argument
113 ScopedAllowBaseSyncPrimitivesForTesting in TEST_F()
122 ScopedAllowBaseSyncPrimitivesForTesting in TEST_F()
133 ScopedAllowBaseSyncPrimitivesForTesting in TEST_F()
Dthread_restrictions.cc90 ScopedAllowBaseSyncPrimitivesForTesting::
91 ScopedAllowBaseSyncPrimitivesForTesting() in ScopedAllowBaseSyncPrimitivesForTesting() function in base::ScopedAllowBaseSyncPrimitivesForTesting
96 ScopedAllowBaseSyncPrimitivesForTesting::
97 ~ScopedAllowBaseSyncPrimitivesForTesting() { in ~ScopedAllowBaseSyncPrimitivesForTesting()
Dthread_restrictions.h377 class BASE_EXPORT ScopedAllowBaseSyncPrimitivesForTesting {
379 ScopedAllowBaseSyncPrimitivesForTesting() EMPTY_BODY_IF_DCHECK_IS_OFF;
380 ~ScopedAllowBaseSyncPrimitivesForTesting() EMPTY_BODY_IF_DCHECK_IS_OFF;
387 DISALLOW_COPY_AND_ASSIGN(ScopedAllowBaseSyncPrimitivesForTesting);
/external/webrtc/rtc_base/
Devent.h78 class ScopedAllowBaseSyncPrimitivesForTesting {
80 ScopedAllowBaseSyncPrimitivesForTesting() {} in ScopedAllowBaseSyncPrimitivesForTesting() function
81 ~ScopedAllowBaseSyncPrimitivesForTesting() {} in ~ScopedAllowBaseSyncPrimitivesForTesting()
/external/libchrome/base/test/
Dscoped_task_environment.cc161 ScopedAllowBaseSyncPrimitivesForTesting allow_waits_to_destroy_task_tracker; in ~ScopedTaskEnvironment()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc378 base::ScopedAllowBaseSyncPrimitivesForTesting allow_base_sync_primitives; in LaunchChildTestProcessWithOptions()
390 base::ScopedAllowBaseSyncPrimitivesForTesting allow_base_sync_primitives; in LaunchChildTestProcessWithOptions()
/external/libchrome/base/task_scheduler/
Dscheduler_single_thread_task_runner_manager_unittest.cc215 ScopedAllowBaseSyncPrimitivesForTesting in TEST_F()
Dtask_tracker_unittest.cc1286 ScopedAllowBaseSyncPrimitivesForTesting in Run()
Dscheduler_worker_pool_impl_unittest.cc73 ScopedAllowBaseSyncPrimitivesForTesting allow_base_sync_primitives; in WaitWithoutBlockingObserver()
/external/libchrome/base/
Dobserver_list_unittest.cc762 ScopedAllowBaseSyncPrimitivesForTesting allow_base_sync_primitives; in Observe()