Home
last modified time | relevance | path

Searched defs:IsMainThread (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_thread.h35 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread() function
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dclient_unittest.cc98 TEST(ClientTest, IsMainThread) { in TEST() argument
H A Dclient.cc55 inline bool IsMainThread() { in IsMainThread() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.h651 bool IsMainThread() const { in IsMainThread() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3942 Instruction *IsMainThread = in forceSingleThreadPerWorkgroupHelper() local