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

Method ready_to_run_general

src/bthread/task_group.cpp:911–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911void TaskGroup::ready_to_run_general(TaskMeta* meta, bool nosignal) {
912 if (tls_task_group == this) {
913 return ready_to_run(meta, nosignal);
914 }
915 return ready_to_run_remote(meta, nosignal);
916}
917
918void TaskGroup::flush_nosignal_tasks_general() {
919 if (tls_task_group == this) {

Callers 3

butex_wake_nFunction · 0.80
butex_wake_exceptFunction · 0.80
erase_from_butexFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected