Home
last modified time | relevance | path

Searched refs:AssertBlockingAllowed (Results 1 – 21 of 21) sorted by relevance

/external/cronet/base/threading/
Dthread_restrictions_unittest.cc37 internal::AssertBlockingAllowed(); in TEST_F()
43 EXPECT_DCHECK_DEATH({ internal::AssertBlockingAllowed(); }); in TEST_F()
45 internal::AssertBlockingAllowed(); in TEST_F()
52 internal::AssertBlockingAllowed(); in TEST_F()
54 EXPECT_DCHECK_DEATH({ internal::AssertBlockingAllowed(); }); in TEST_F()
61 internal::AssertBlockingAllowed(); in TEST_F()
63 EXPECT_DCHECK_DEATH({ internal::AssertBlockingAllowed(); }); in TEST_F()
174 EXPECT_DCHECK_DEATH(internal::AssertBlockingAllowed()); in TEST_F()
187 EXPECT_DEATH({ internal::AssertBlockingAllowed(); }, in TEST_F()
193 EXPECT_DEATH({ internal::AssertBlockingAllowed(); }, in TEST_F()
[all …]
Dscoped_blocking_call.cc46 internal::AssertBlockingAllowed(); in ScopedBlockingCall()
Dthread_restrictions.cc87 void AssertBlockingAllowed() { in AssertBlockingAllowed() function
Dthread_restrictions.h538 INLINE_OR_NOT_TAIL_CALLED void AssertBlockingAllowed()
/external/libchrome/base/threading/
Dthread_restrictions_unittest.cc33 AssertBlockingAllowed(); in TEST_F()
39 EXPECT_DCHECK_DEATH({ AssertBlockingAllowed(); }); in TEST_F()
41 AssertBlockingAllowed(); in TEST_F()
48 AssertBlockingAllowed(); in TEST_F()
50 EXPECT_DCHECK_DEATH({ AssertBlockingAllowed(); }); in TEST_F()
57 AssertBlockingAllowed(); in TEST_F()
59 EXPECT_DCHECK_DEATH({ AssertBlockingAllowed(); }); in TEST_F()
Dthread_restrictions.cc28 void AssertBlockingAllowed() { in AssertBlockingAllowed() function
Dplatform_thread_posix.cc229 AssertBlockingAllowed(); in Join()
Dthread_restrictions.h192 INLINE_IF_DCHECK_IS_OFF void AssertBlockingAllowed()
/external/libchrome/base/files/
Dfile_util_posix.cc74 AssertBlockingAllowed(); in CallStat()
78 AssertBlockingAllowed(); in CallLstat()
83 AssertBlockingAllowed();
87 AssertBlockingAllowed();
184 AssertBlockingAllowed(); in DoCopyDirectory()
338 AssertBlockingAllowed(); in MakeAbsoluteFilePath()
350 AssertBlockingAllowed(); in DeleteFile()
387 AssertBlockingAllowed(); in ReplaceFile()
458 AssertBlockingAllowed(); in PathExists()
469 AssertBlockingAllowed(); in PathIsWritable()
[all …]
Dfile_posix.cc36 AssertBlockingAllowed(); in CallFstat()
41 AssertBlockingAllowed();
182 AssertBlockingAllowed(); in Close()
187 AssertBlockingAllowed(); in Seek()
206 AssertBlockingAllowed(); in Read()
228 AssertBlockingAllowed(); in ReadAtCurrentPos()
249 AssertBlockingAllowed(); in ReadNoBestEffort()
256 AssertBlockingAllowed(); in ReadAtCurrentPosNoBestEffort()
266 AssertBlockingAllowed(); in Write()
301 AssertBlockingAllowed(); in WriteAtCurrentPos()
[all …]
Dmemory_mapped_file_posix.cc31 AssertBlockingAllowed(); in MapFileRegionToMemory()
175 AssertBlockingAllowed(); in CloseHandles()
Dfile_enumerator_posix.cc98 AssertBlockingAllowed(); in Next()
/external/libchrome/base/
Dsync_socket_posix.cc123 AssertBlockingAllowed(); in Send()
128 AssertBlockingAllowed(); in Receive()
141 AssertBlockingAllowed(); in ReceiveWithTimeout()
Dsys_info_posix.cc154 AssertBlockingAllowed(); in AmountOfFreeDiskSpace()
164 AssertBlockingAllowed(); in AmountOfTotalDiskSpace()
Dnative_library_posix.cc25 AssertBlockingAllowed(); in LoadNativeLibraryWithOptions()
/external/libchrome/base/nix/
Dmime_util_xdg.cc27 AssertBlockingAllowed(); in GetFileMimeType()
/external/libchrome/base/process/
Dlaunch_posix.cc520 base::AssertBlockingAllowed(); in LaunchProcess()
551 base::AssertBlockingAllowed(); in GetAppOutputInternal()
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc1071 AssertBlockingAllowed(); in FlushPartial()
1077 AssertBlockingAllowed(); in FlushPartial()
/external/libchrome/base/task_scheduler/
Dtask_tracker_unittest.cc477 AssertBlockingAllowed(); in TEST_P()
488 Bind([]() { EXPECT_DCHECK_DEATH({ AssertBlockingAllowed(); }); }), in TEST_P()
/external/libchrome/dbus/
Dbus.cc808 base::AssertBlockingAllowed(); in AssertOnDBusThread()
/external/cronet/base/task/thread_pool/
Dthread_pool_impl_unittest.cc119 internal::AssertBlockingAllowed(); in VerifyTaskEnvironment()