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

Method value

src/bthread/task_group.h:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 return "ExitException";
43 }
44 void* value() const {
45 return _value;
46 }
47private:
48 void* _value;
49};

Callers 6

flush_to_diskMethod · 0.45
butex_wakeFunction · 0.45
butex_wake_nFunction · 0.45
butex_wake_exceptFunction · 0.45
butex_requeueFunction · 0.45
task_runnerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected