Searched refs:thread_simple (Results 1 – 1 of 1) sorted by relevance
19 thread_simple(void *arg) in thread_simple() function71 status = pthread_create(&thr, NULL, thread_simple, NULL); in main()80 status = pthread_create(&thr, NULL, thread_simple, (void *)1); in main()