Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DCallStack_test.cpp38 __attribute__((__noinline__)) extern "C" void ThreadBusyWait(std::atomic<pid_t>* tid, in ThreadBusyWait() function
51 std::thread thread([&tid, &done]() { ThreadBusyWait(&tid, &done); }); in TEST()