Home | Sort by: relevance | last modified time | path |
/src/lib/libpthread/ | |
pthread_int.h | 108 void *pt_arg; /* Argument to pass at start. */ member in struct:__pthread_st |
pthread.c | 537 newthread->pt_arg = arg; 607 retval = (*self->pt_func)(self->pt_arg); |