Searched defs:start_routine (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_create.cpp198 void* result = thread->start_routine(thread->start_routine_arg);
212 void* (*start_routine)(void*), void* arg) {
242 thread->start_routine = start_routine;
273 // Mark the thread detached and replace its start_routine with a no-op.
277 thread->start_routine = __do_nothing;
211 pthread_create(pthread_t* thread_out, pthread_attr_t const* attr, void* (*start_routine)(void*), void* arg) argument
H A Dpthread_internal.h91 void* (*start_routine)(void*); member in class:pthread_internal_t

Completed in 1374 milliseconds