Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dlocal-heap.cc189 ThreadState old_state = state_.SetParked(); in ParkSlowPath()
205 current_state.SetParked())) { in ParkSlowPath()
216 ThreadState old_state = state_.SetParked(); in ParkSlowPath()
326 ThreadState old_state = state_.SetParked(); in SleepInSafepoint()
Dlocal-heap.h191 constexpr ThreadState SetParked() const V8_WARN_UNUSED_RESULT { in SetParked() function
233 ThreadState SetParked() { in SetParked() function