MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / native_handle

Function native_handle

src/tinythread/tinythread.h:541–544  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected