HomeSort by: relevance | last modified time | path
    Searched refs:pt_func (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread_int.h 107 void *(*pt_func)(void *);/* Function to call at start. */ member in struct:__pthread_st
pthread.c 536 newthread->pt_func = startfunc;
607 retval = (*self->pt_func)(self->pt_arg);

Completed in 38 milliseconds