Get the native handle for this thread. @note Under Windows, this is a @c HANDLE, and under POSIX systems, this is a @c pthread_t.
| 539 | /// @note Under Windows, this is a @c HANDLE, and under POSIX systems, this |
| 540 | /// is a @c pthread_t. |
| 541 | inline native_handle_type native_handle() |
| 542 | { |
| 543 | return mHandle; |
| 544 | } |
| 545 | |
| 546 | /// Determine the number of threads which can possibly execute concurrently. |
| 547 | /// This function is useful for determining the optimal number of threads to |
nothing calls this directly
no outgoing calls
no test coverage detected