Searched refs:stackblock_size (Results 1 – 8 of 8) sorted by relevance
29 THREAD_GETMEM (THREAD_SELF, stackblock_size) / 4 in __libc_alloca_cutoff()
75 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()
76 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()
32 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in __pthread_cleanup_upto()
66 iattr->stacksize = thread->stackblock_size - thread->guardsize; in __pthread_getattr_np()69 + thread->stackblock_size; in __pthread_getattr_np()
52 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in unwind_stop()
373 size_t stackblock_size; member
551 advise_stack_range (pd->stackblock, pd->stackblock_size, (uintptr_t) pd, in start_thread()
Completed in 21 milliseconds