Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/cef/tests/ceftests/
Dthread_helper.cc15 void WaitForThread(CefThreadId thread_id, int64 delay_ms) { in WaitForThread()
30 void RunOnThread(CefThreadId thread_id, in RunOnThread()
44 CefThreadId thread_id, in RunOnThreadAsync()
Dthread_helper.h41 #define NAMED_THREAD_TEST(thread_id, test_case_name, test_name) \ argument
60 #define NAMED_THREAD_TEST_ASYNC(thread_id, test_case_name, test_name) \ argument
/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-print.c42 static const char *find_thread_in_output(const char *output, const char *thread_id) in find_thread_in_output()
61 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *… in populate_thread_stats()
88 static int is_thread_in_output(const char *output, const char *thread_id) in is_thread_in_output()
Dtest-malloc-info.c93 static xmlNodePtr find_thread_in_document(xmlDocPtr doc_ptr, const char *thread_id) in find_thread_in_document()
99 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *… in populate_thread_stats()
140 static int is_thread_in_output(const char *output, const char *thread_id) in is_thread_in_output()
Dtest-malloc-disable.c48 pthread_t thread_id; in test_malloc_while_disabled() local
/third_party/ltp/include/
Dtst_safe_pthread.h25 #define SAFE_PTHREAD_CREATE(thread_id, attr, thread_fn, arg) \ argument
30 #define SAFE_PTHREAD_JOIN(thread_id, retval) \ argument
/third_party/ltp/lib/
Dsafe_pthread.c13 pthread_t *thread_id, const pthread_attr_t *attr, in safe_pthread_create()
30 pthread_t thread_id, void **retval) in safe_pthread_join()
/third_party/libuv/test/
Dtest-thread.c34 uv_thread_t thread_id; member
42 uv_thread_t thread_id; member
50 uv_thread_t thread_id; member
Dtest-thread-equal.c29 uv_thread_t *thread_id = arg; in check_thread() local
/third_party/boost/libs/log/src/
Ddefault_attribute_names.cpp109 BOOST_LOG_API attribute_name thread_id() in thread_id() function
/third_party/gn/src/base/win/
Dscoped_process_information.h59 DWORD thread_id() const { return thread_id_; } in thread_id() function
/third_party/node/src/
Ddiagnosticfilename-inl.h19 uint64_t thread_id, in DiagnosticFilename()
/third_party/grpc/src/core/lib/gpr/
Dcpu_posix.cc70 unsigned int* thread_id = in gpr_cpu_current_cpu() local
/third_party/libusb/libusb/os/
Dthreads_posix.c96 uint64_t thread_id; in usbi_get_tid() local
/third_party/boost/boost/log/attributes/
Dcurrent_thread_id.hpp40 typedef boost::log::aux::thread::id thread_id; typedef
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
D1-3.c56 pthread_t thread_id; in main() local
D1-4.c59 pthread_t thread_id; in main() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dslice_fp16.cc60 int SliceFp16CPUKernel::SliceFp16ParallelRun(int thread_id) { in SliceFp16ParallelRun()
Dcast_fp16.cc62 int CastFp16CPUKernel::DoCast(int thread_id) { in DoCast()
Dlayer_norm_fp16.cc69 int LayerNormFp16CPUKernel::DoLayerNormFp16(int thread_id) { in DoLayerNormFp16()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D2-4.c59 pthread_t thread_id; in main() local
D2-3.c59 pthread_t thread_id; in main() local
/third_party/mbedtls/programs/ssl/
Dssl_pthread_server.c93 long int thread_id = (long int) pthread_self(); in my_mutexed_debug() local
125 long int thread_id = (long int) pthread_self(); in handle_ssl_connection() local
/third_party/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c73 int thread_id = *((int *) thread_data); in thread_function() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dcrop_fp32.cc47 int CropCPUKernel::CropParallelRun(int thread_id) { in CropParallelRun()

12345