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 108 void *(*pt_func)(void *);/* Function to call at start. */ member in struct:__pthread_st
pthread.c 530 newthread->pt_func = startfunc;
601 retval = (*self->pt_func)(self->pt_arg);

Completed in 15 milliseconds