Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SysSec-KAIST/LTESniffer
/ ThreadSafeQueue
Method
ThreadSafeQueue
src/include/ThreadSafeQueue.h:11–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
class ThreadSafeQueue {
10
public:
11
ThreadSafeQueue() :
12
q(),
13
m(),
14
c(),
15
e(),
16
canceled(false)
17
{
18
19
}
20
21
~ThreadSafeQueue() {
22
e.notify_all();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected