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

  /src/lib/libpthread/
pthread.c 336 pthread__getstack(pthread_t newthread, const pthread_attr_t *attr)
356 if (newthread->pt_stack_allocated) {
358 newthread->pt_stack.ss_size == stacksize &&
359 newthread->pt_guardsize == guardsize)
361 stackbase2 = newthread->pt_stack.ss_sp;
363 stackbase2 = (char *)stackbase2 - newthread->pt_guardsize;
366 newthread->pt_stack.ss_size + newthread->pt_guardsize);
367 newthread->pt_stack.ss_sp = NULL;
368 newthread->pt_stack.ss_size = 0
409 pthread_t newthread; local in function:pthread_create
    [all...]
pthread.c 336 pthread__getstack(pthread_t newthread, const pthread_attr_t *attr)
356 if (newthread->pt_stack_allocated) {
358 newthread->pt_stack.ss_size == stacksize &&
359 newthread->pt_guardsize == guardsize)
361 stackbase2 = newthread->pt_stack.ss_sp;
363 stackbase2 = (char *)stackbase2 - newthread->pt_guardsize;
366 newthread->pt_stack.ss_size + newthread->pt_guardsize);
367 newthread->pt_stack.ss_sp = NULL;
368 newthread->pt_stack.ss_size = 0
409 pthread_t newthread; local in function:pthread_create
    [all...]

Completed in 25 milliseconds