Searched refs:threadproc (Results 1 – 2 of 2) sorted by relevance
31 static void *threadproc(void *ctx) in threadproc() function70 if (pthread_create(&thread, 0, threadproc, 0) != 0) in main()
368 static void *threadproc(void *ctx) in threadproc() function446 if (pthread_create(&thread, 0, threadproc, 0) != 0) in do_multicpu_tests()