Searched refs:IN_USE_LIST (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/execution/ | ||
D | v8threads.h | 23 enum List { FREE_LIST, IN_USE_LIST }; enumerator |
D | v8threads.cc | 269 state->LinkInto(ThreadState::IN_USE_LIST); in EagerlyArchiveThread() |