Home
last modified time | relevance | path

Searched refs:thread_ret (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c19 typedef void* thread_ret; typedef
84 static thread_ret client(void *arg) { in client()
168 int ret = thread_join(id[i], &(thread_ret){0}); in main()
/third_party/mindspore/mindspore/lite/tools/benchmark/
Dbenchmark_base.cc397 auto thread_ret = CheckThreadNumValid(); in Init() local
398 if (thread_ret != RET_OK) { in Init()
/third_party/ffmpeg/fftools/
Dffmpeg.c4344 int ret, thread_ret, i, j; in process_input() local
4373 thread_ret = init_input_thread(file_index); in process_input()
4374 if (thread_ret < 0) in process_input()
4375 return thread_ret; in process_input()