Home
last modified time | relevance | path

Searched refs:thread_handle (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc388 HANDLE thread_handle = ::CreateThread( in CreateThread() local
395 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error " in CreateThread()
397 if (thread_handle == NULL) { in CreateThread()
400 return thread_handle; in CreateThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp72 m_ident_info.thread_handle, &m_proc_threadinfo, in GetName()