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

Function is_dlib_thread

dlib/threads/threads_kernel_shared.cpp:300–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298// ----------------------------------------------------------------------------------------
299
300 bool is_dlib_thread (
301 thread_id_type id
302 )
303 {
304 return threads_kernel_shared::thread_pool().is_dlib_thread(id);
305 }
306
307 bool is_dlib_thread (
308 )

Callers 6

get_thread_nameMethod · 0.85
perform_testMethod · 0.85
thread2Method · 0.85
threadMethod · 0.85

Calls 2

thread_poolClass · 0.70
get_thread_idFunction · 0.70

Tested by 3

perform_testMethod · 0.68
thread2Method · 0.68
threadMethod · 0.68