Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
private:
109
bool detachable_;
Callers
15
add
Method · 0.50
start
Method · 0.50
tbox_thread_wait
Function · 0.50
run
Method · 0.50
read_wait
Function · 0.50
main
Function · 0.50
run
Method · 0.50
handle_accept
Method · 0.50
client_read_once
Method · 0.50
main
Function · 0.50
main
Function · 0.50
main.cpp
File · 0.50
Calls
1
thread_self
Function · 0.85
Tested by
3
fiber_main
Function · 0.40
run
Method · 0.40
run
Method · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…