Searched refs:ThreadBusyWait (Results 1 – 1 of 1) sorted by relevance
38 __attribute__((__noinline__)) extern "C" void ThreadBusyWait(std::atomic<pid_t>* tid, in ThreadBusyWait() function51 std::thread thread([&tid, &done]() { ThreadBusyWait(&tid, &done); }); in TEST()