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/mindspore/test/unittest/
Dmindspore_unit_test.cpp74 auto thread_num = OH_AI_ContextGetThreadNum(context); variable
89 auto thread_num = OH_AI_ContextGetThreadNum(context); variable
109 auto thread_num = OH_AI_ContextGetThreadNum(context); variable
136 auto thread_num = OH_AI_ContextGetThreadNum(context); variable
/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