Home
last modified time | relevance | path

Searched defs:thread_num (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
D2-1.c45 int thread_num = *(int *)arg; in fn_chld() local
/third_party/googletest/googletest/src/hwext/
Dgtest-multithread.cpp59 …unsigned MultiThreadTest::runTask(unsigned thread_num, PF func, std::string testsuite, std::string… in runTask()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_window.cc31 void VulkanWindow::InitializeVulkan(size_t thread_num) in InitializeVulkan()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_conv2d.c191 …int thread_num = (ctx->options.conv2d_threads <= 0 || ctx->options.conv2d_threads > av_cpu_count()) in ff_dnn_execute_layer_conv2d() local