Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h78 using CheckSafePointBit = BitField<bool, 0, BOOL_BITFIELD_NUM>; variable
501 CheckSafePointBit::Set(true, &glueData_.interruptVector_); in SetCheckSafePointStatus()
514 CheckSafePointBit::Set(false, &glueData_.interruptVector_); in ResetCheckSafePointStatusWithoutLock()