Home
last modified time | relevance | path

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

/tests/
Dpthreadtest.c19 thread_simple(void *arg) in thread_simple() function
71 status = pthread_create(&thr, NULL, thread_simple, NULL); in main()
80 status = pthread_create(&thr, NULL, thread_simple, (void *)1); in main()