Searched refs:__pthread_start (Results 1 – 1 of 1) sorted by relevance
129 static int __pthread_start(void* arg) { in __pthread_start() function223 int rc = clone(__pthread_start, child_stack, flags, thread, &(thread->tid), tls, &(thread->tid)); in pthread_create()