Searched refs:thread_code (Results 1 – 5 of 5) sorted by relevance
19 void *thread_code (void *parm) { in thread_code() function50 std::__libcpp_thread_create ( threads + i, thread_code, (void *) (thread_globals + i)); in main()71 if (thread_code(&thread_globals) == 0) { in main()
22 void *thread_code (void *parm) { in thread_code() function51 std::__libcpp_thread_create ( threads + i, thread_code, (void *) (thread_globals + i)); in main()70 if (thread_code(&thread_globals) == 0) { in main()
56 extern void * thread_code(void *);
255 thread_code, (void *)pcom); in main()
277 void *thread_code(void *arg) in thread_code() function