MCPcopy Create free account
hub / github.com/davisking/dlib / get_thread_id

Function get_thread_id

dlib/threads/threads_kernel_2.h:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 typedef pthread_t thread_id_type;
22
23 inline thread_id_type get_thread_id (
24 )
25 {
26 return pthread_self();
27 }
28
29// ----------------------------------------------------------------------------------------
30// ----------------------------------------------------------------------------------------

Callers 15

call_end_handlersMethod · 0.70
thread_starterFunction · 0.70
is_dlib_threadFunction · 0.70
is_runningMethod · 0.70
is_aliveMethod · 0.70
waitMethod · 0.70
startMethod · 0.70
restartMethod · 0.70
set_respawnMethod · 0.70
should_respawnMethod · 0.70
pauseMethod · 0.70
stopMethod · 0.70

Calls

no outgoing calls

Tested by 1

thread_end_handlerMethod · 0.56