Home
last modified time | relevance | path

Searched defs:is_wait (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dmonitor.cc334 void Monitor::AtraceMonitorLock(Thread* self, ObjPtr<mirror::Object> obj, bool is_wait) { in AtraceMonitorLock()
340 void Monitor::AtraceMonitorLockImpl(Thread* self, ObjPtr<mirror::Object> obj, bool is_wait) { in AtraceMonitorLockImpl()
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_insert_waitcnt.cpp739 bool is_wait = queued_imm.unpack(ctx.gfx_level, instr.get()); in handle_block() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dutils.py1640 def is_wait(node): function