Home
last modified time | relevance | path

Searched refs:SetInterruptedWithLockHeld (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dmtmanaged_thread.h348 void SetInterruptedWithLockHeld(bool interrupted) REQUIRES(condLock_) in SetInterruptedWithLockHeld() function
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp806 thread->SetInterruptedWithLockHeld(true); in Interrupt()
815 SetInterruptedWithLockHeld(false); in Interrupted()