Searched refs:thread_code (Results 1 – 4 of 4) sorted by relevance
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