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

Function self

lib_acl_cpp/include/acl_cpp/stdlib/thread.hpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 */
103 static unsigned long thread_self();
104 static unsigned long self() {
105 return thread_self();
106 }
107
108private:
109 bool detachable_;

Callers 15

addMethod · 0.50
startMethod · 0.50
tbox_thread_waitFunction · 0.50
runMethod · 0.50
read_waitFunction · 0.50
mainFunction · 0.50
runMethod · 0.50
handle_acceptMethod · 0.50
client_read_onceMethod · 0.50
mainFunction · 0.50
mainFunction · 0.50
main.cppFile · 0.50

Calls 1

thread_selfFunction · 0.85

Tested by 3

fiber_mainFunction · 0.40
runMethod · 0.40
runMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…