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

Method ready_to_run_in_worker

src/bthread/task_group.cpp:925–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925void TaskGroup::ready_to_run_in_worker(void* args_in) {
926 ReadyToRunArgs* args = static_cast<ReadyToRunArgs*>(args_in);
927 return tls_task_group->ready_to_run(args->meta, args->nosignal);
928}
929
930void TaskGroup::ready_to_run_in_worker_ignoresignal(void* args_in) {
931 ReadyToRunArgs* args = static_cast<ReadyToRunArgs*>(args_in);

Callers

nothing calls this directly

Calls 1

ready_to_runMethod · 0.80

Tested by

no test coverage detected