| 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 | ) |