MCPcopy 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
24bool thread_queue::push(thread_qitem* item)
25{
26 return acl_aqueue_push(queue_, item) == -1 ? false : true;
27}
28
29thread_qitem* thread_queue::pop(int wait_ms /* = -1 */)
30{

Callers 15

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
requestMethod · 0.45
runMethod · 0.45
runMethod · 0.45
thread_runMethod · 0.45
feFunction · 0.45
beFunction · 0.45
BeFunction · 0.45
RrFunction · 0.45
UrFunction · 0.45

Calls 1

acl_aqueue_pushFunction · 0.85

Tested by

no test coverage detected