| 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 | 538 newthread->pt_arg = arg; 608 retval = (*self->pt_func)(self->pt_arg); |