Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ thread
Method
thread
tests/relacy/integrated.cpp:427–434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
}
426
427
void thread(unsigned int tid)
428
{
429
RelacyThreadExitNotifier::notify_relacy_thread_start();
430
431
q.enqueue(tid);
432
433
RelacyThreadExitNotifier::notify_relacy_thread_exit();
434
}
435
436
void after()
437
{
Callers
nothing calls this directly
Calls
1
enqueue
Method · 0.45
Tested by
no test coverage detected