Home
last modified time | relevance | path

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

/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/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/dbus/
Dbus.cc808 base::AssertBlockingAllowed(); in AssertOnDBusThread()