Home
last modified time | relevance | path

Searched refs:thread_info_t (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/programs/ssl/
Dssl_pthread_server.c109 } thread_info_t; typedef
113 thread_info_t data;
117 static thread_info_t base_info;
123 thread_info_t *thread_info = (thread_info_t *) data; in handle_ssl_connection()
/third_party/boost/boost/chrono/detail/inlined/mac/
Dthread_clock.hpp32 if ( thread_info(port, THREAD_BASIC_INFO, (thread_info_t)&info, &count) != KERN_SUCCESS ) in now()
59 if ( thread_info(port, THREAD_BASIC_INFO, (thread_info_t)&info, &count) != KERN_SUCCESS ) in now()
/third_party/node/deps/uvwasi/src/
Dclocks.c82 (thread_info_t) &info, \
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dtimers.cc156 if (thread_info(thread, THREAD_BASIC_INFO, (thread_info_t)&info, &count) == in ThreadCPUUsage()
/third_party/benchmark/src/
Dtimers.cc159 reinterpret_cast<thread_info_t>(&info), in ThreadCPUUsage()