MCPcopy Create free account
hub / github.com/apache/brpc / execution_queue_execute

Function execution_queue_execute

src/bthread/execution_queue_inl.h:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364
365template <typename T>
366inline int execution_queue_execute(ExecutionQueueId<T> id,
367 typename butil::add_const_reference<T>::type task) {
368 return execution_queue_execute(id, task, NULL);
369}
370
371template <typename T>
372inline int execution_queue_execute(ExecutionQueueId<T> id,

Callers 15

test_single_threadFunction · 0.85
test_rvalueFunction · 0.85
push_threadFunction · 0.85
test_execute_urgentFunction · 0.85
push_thread_with_idFunction · 0.85
test_in_place_taskFunction · 0.85
run_first_tasksFunction · 0.85
inplace_push_threadFunction · 0.85
test_cancelFunction · 0.85
test_cancel_selfFunction · 0.85

Calls 1

executeMethod · 0.80

Tested by 15

test_single_threadFunction · 0.68
test_rvalueFunction · 0.68
push_threadFunction · 0.68
test_execute_urgentFunction · 0.68
push_thread_with_idFunction · 0.68
test_in_place_taskFunction · 0.68
run_first_tasksFunction · 0.68
inplace_push_threadFunction · 0.68
test_cancelFunction · 0.68
test_cancel_selfFunction · 0.68