Home
last modified time | relevance | path

Searched refs:stackblock_size (Results 1 – 8 of 8) sorted by relevance

/nptl/
A Dalloca_cutoff.c29 THREAD_GETMEM (THREAD_SELF, stackblock_size) / 4 in __libc_alloca_cutoff()
A Dnptl-stack.c75 GL (dl_stack_cache_actsize) -= curr->stackblock_size; in libc_hidden_def()
82 if (__munmap (curr->stackblock, curr->stackblock_size) != 0) in libc_hidden_def()
103 GL (dl_stack_cache_actsize) += stack->stackblock_size; in queue_stack()
A Dallocatestack.c76 if (__nptl_stack_in_use (curr) && curr->stackblock_size >= size) in get_cached_stack()
78 if (curr->stackblock_size == size) in get_cached_stack()
85 || result->stackblock_size > curr->stackblock_size) in get_cached_stack()
93 || __builtin_expect (result->stackblock_size > 4 * size, 0)) in get_cached_stack()
111 GL (dl_stack_cache_actsize) -= result->stackblock_size; in get_cached_stack()
117 *sizep = result->stackblock_size; in get_cached_stack()
289 pd->stackblock_size = size; in allocate_stack()
406 pd->stackblock_size = size; in allocate_stack()
A Dpthread_cleanup_upto.c32 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in __pthread_cleanup_upto()
A Dpthread_getattr_np.c66 iattr->stacksize = thread->stackblock_size - thread->guardsize; in __pthread_getattr_np()
69 + thread->stackblock_size; in __pthread_getattr_np()
A Dunwind.c52 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in unwind_stop()
A Ddescr.h373 size_t stackblock_size; member
A Dpthread_create.c551 advise_stack_range (pd->stackblock, pd->stackblock_size, (uintptr_t) pd, in start_thread()

Completed in 21 milliseconds