Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_create.cpp198 void* result = thread->start_routine(thread->start_routine_arg); in __pthread_start()
212 void* (*start_routine)(void*), void* arg) { in pthread_create()
242 thread->start_routine = start_routine; in pthread_create()
277 thread->start_routine = __do_nothing; in pthread_create()
Dpthread_internal.h91 void* (*start_routine)(void*); variable