Searched refs:kEntryStop (Results 1 – 3 of 3) sorted by relevance
115 if (host_code_ptr->compare_exchange_strong(expected, kEntryStop)) { in SetStop()118 return expected == kEntryStop; in SetStop()
51 inline const auto kEntryStop = AsHostCode(berberis_entry_Stop); variable
53 if (code == kEntryStop) { in ExecuteGuest()