Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_create.cpp129 static int __pthread_start(void* arg) { in __pthread_start() function
223 int rc = clone(__pthread_start, child_stack, flags, thread, &(thread->tid), tls, &(thread->tid)); in pthread_create()