Home
last modified time | relevance | path

Searched refs:p_alloca_cutoff (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dalloca_cutoff.c31 return size <= LIBC_THREAD_GETMEM (self, p_alloca_cutoff); in __libc_alloca_cutoff()
A Dpthread.c76 .p_alloca_cutoff = __MAX_ALLOCA_CUTOFF
94 .p_alloca_cutoff = PTHREAD_STACK_MIN / 4
372 self->p_alloca_cutoff = __MAX_ALLOCA_CUTOFF; in __pthread_initialize_minimal()
444 self->p_alloca_cutoff = max_stack / 4; in __pthread_init_max_stacksize()
446 __pthread_initial_thread.p_alloca_cutoff = max_stack / 4; in __pthread_init_max_stacksize()
699 mgr->p_alloca_cutoff = PTHREAD_STACK_MIN / 4; in __pthread_initialize_manager()
A Ddescr.h191 size_t p_alloca_cutoff; /* Maximum size which should be allocated member
A Dmanager.c680 new_thread->p_alloca_cutoff = stksize / 4 > __MAX_ALLOCA_CUTOFF in pthread_handle_create()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dpthread.c89 .p_alloca_cutoff = __MAX_ALLOCA_CUTOFF
111 .p_alloca_cutoff = PTHREAD_STACK_MIN / 4
447 self->p_alloca_cutoff = __MAX_ALLOCA_CUTOFF; in __pthread_initialize_minimal()
538 self->p_alloca_cutoff = max_stack / 4; in __pthread_init_max_stacksize()
540 __pthread_initial_thread.p_alloca_cutoff = max_stack / 4; in __pthread_init_max_stacksize()
763 mgr->p_alloca_cutoff = PTHREAD_STACK_MIN / 4; in __pthread_initialize_manager()
A Ddescr.h175 size_t p_alloca_cutoff; /* Maximum size which should be allocated member
A Dmanager.cc754 new_thread->p_alloca_cutoff = stksize / 4 > __MAX_ALLOCA_CUTOFF in pthread_handle_create()

Completed in 17 milliseconds