Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ thread
Method
thread
tests/relacy/integrated.cpp:293–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
}
292
293
void thread(unsigned int tid)
294
{
295
RelacyThreadExitNotifier::notify_relacy_thread_start();
296
297
q.enqueue(tid);
298
299
RelacyThreadExitNotifier::notify_relacy_thread_exit();
300
}
301
302
void after()
303
{
Callers
nothing calls this directly
Calls
1
enqueue
Method · 0.45
Tested by
no test coverage detected