Home | History | Annotate | Download | only in threading

Lines Matching refs:Handle

73   typedef void* Handle;
75 typedef pthread_t Handle;
80 explicit PlatformThreadHandle(Handle handle) : handle_(handle) {}
90 Handle platform_handle() const {
95 Handle handle_;
133 // Get the handle representing the current thread. On Windows, this is a
134 // pseudo handle constant which will always represent the thread using it and
154 // |*thread_handle| will be assigned a handle to the newly created thread,
157 // NOTE: When you are done with the thread handle, you must call Join to