HomeSort by relevance Sort by last modified time
    Searched refs:start_routine_arg (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
pthread_internal.h 82 void* start_routine_arg; member in struct:pthread_internal_t
pthread_create.cpp 141 void* result = thread->start_routine(thread->start_routine_arg);
209 thread->start_routine_arg = arg;

Completed in 117 milliseconds