Searched refs:others_thread (Results 1 – 1 of 1) sorted by relevance
2598 static void* others_thread(void* args) { function2716 pthread_create(&sec_tid, NULL, others_thread, &second_ctx);2724 pthread_create(&thr_tid, NULL, others_thread, &third_ctx);2732 pthread_create(&fou_tid, NULL, others_thread, &fourth_ctx);