Searched refs:thread_list (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstcheck.h | 538 GST_CHECK_API GList *thread_list; variable 576 thread_list = g_list_append (thread_list, thread); \ 593 g_list_foreach (thread_list, (GFunc) g_thread_join, NULL); \ 594 g_list_free (thread_list); \ 595 thread_list = NULL; \
|
D | gstcheck.c | 50 GList *thread_list = NULL; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 349 __itt_thread_info* thread_list; member 368 (gptr)->thread_list = h; \ 385 (gptr)->thread_list = h; \
|
/third_party/skia/experimental/tools/ |
D | pdf-comparison.py | 188 thread_list = [] 192 thread_list += [t] 193 for t in thread_list:
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 128 thread_act_array_t thread_list; in GetThreadCount() local 129 const kern_return_t status = task_threads(task, &thread_list, &thread_count); in GetThreadCount() 134 reinterpret_cast<vm_address_t>(thread_list), in GetThreadCount()
|
/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 129 thread_act_array_t thread_list; in GetThreadCount() local 130 const kern_return_t status = task_threads(task, &thread_list, &thread_count); in GetThreadCount() 135 reinterpret_cast<vm_address_t>(thread_list), in GetThreadCount()
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 10457 thread_act_array_t thread_list; in GetThreadCount() local 10458 const kern_return_t status = task_threads(task, &thread_list, &thread_count); in GetThreadCount() 10463 reinterpret_cast<vm_address_t>(thread_list), in GetThreadCount()
|