Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ push
Method
push
lib_acl_cpp/src/stdlib/thread_queue.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
bool thread_queue::push(thread_qitem* item)
25
{
26
return acl_aqueue_push(queue_, item) == -1 ? false : true;
27
}
28
29
thread_qitem* thread_queue::pop(int wait_ms /* = -1 */)
30
{
Callers
15
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
request
Method · 0.45
run
Method · 0.45
run
Method · 0.45
thread_run
Method · 0.45
fe
Function · 0.45
be
Function · 0.45
Be
Function · 0.45
Rr
Function · 0.45
Ur
Function · 0.45
Calls
1
acl_aqueue_push
Function · 0.85
Tested by
no test coverage detected