Searched refs:thread_ret (Results 1 – 3 of 3) sorted by relevance
19 typedef void* thread_ret; typedef84 static thread_ret client(void *arg) { in client()168 int ret = thread_join(id[i], &(thread_ret){0}); in main()
397 auto thread_ret = CheckThreadNumValid(); in Init() local398 if (thread_ret != RET_OK) { in Init()
4344 int ret, thread_ret, i, j; in process_input() local4373 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()