Lines Matching defs:thread
1001 pthread_t thread;1008 pthread_create(&thread, NULL, del_wait_thread, NULL);1027 pthread_join(thread, NULL);