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