Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ thread
Method
thread
tests/relacy/integrated.cpp:77–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void thread(unsigned int tid)
78
{
79
RelacyThreadExitNotifier::notify_relacy_thread_start();
80
81
ProducerToken t(q);
82
q.enqueue(t, tid);
83
84
RelacyThreadExitNotifier::notify_relacy_thread_exit();
85
}
86
87
void after()
88
{
Callers
nothing calls this directly
Calls
1
enqueue
Method · 0.45
Tested by
no test coverage detected