Searched refs:__pthread_start (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_create.cpp243 static int __pthread_start(void* arg) { function
312 int rc = clone(__pthread_start, child_stack, flags, thread, &(thread->tid), tls, &(thread->tid));

Completed in 42 milliseconds