Searched refs:threadproc (Results 1 – 1 of 1) sorted by relevance
23 static void *threadproc(void *ctx) in threadproc() function62 if (pthread_create(&thread, 0, threadproc, 0) != 0) in main()