MCPcopy Create free account
hub / github.com/acl-dev/acl / task_qlen

Method task_qlen

lib_acl_cpp/src/stdlib/thread_pool.cpp:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119int thread_pool::task_qlen() const
120{
121 if (thr_pool_ == NULL) {
122 logger_error("start() not called yet!");
123 return -1;
124 }
125 return acl_pthread_pool_qlen(thr_pool_);
126}
127
128void thread_pool::thread_run(void* arg)
129{

Callers 1

test_thread_poolFunction · 0.45

Calls 1

acl_pthread_pool_qlenFunction · 0.85

Tested by 1

test_thread_poolFunction · 0.36