Searched refs:thread_info_t (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/programs/ssl/ |
D | ssl_pthread_server.c | 109 } 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/ |
D | thread_clock.hpp | 32 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/ |
D | clocks.c | 82 (thread_info_t) &info, \
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | timers.cc | 156 if (thread_info(thread, THREAD_BASIC_INFO, (thread_info_t)&info, &count) == in ThreadCPUUsage()
|
/third_party/benchmark/src/ |
D | timers.cc | 159 reinterpret_cast<thread_info_t>(&info), in ThreadCPUUsage()
|