Searched refs:stackblock_size (Results 1 – 8 of 8) sorted by relevance
29 THREAD_GETMEM (THREAD_SELF, stackblock_size) / 4 in __libc_alloca_cutoff()
197 if (curr->stackblock_size == size) in get_cached_stack()204 || result->stackblock_size > curr->stackblock_size) in get_cached_stack()227 stack_cache_actsize -= result->stackblock_size; in get_cached_stack()233 *sizep = result->stackblock_size; in get_cached_stack()279 stack_cache_actsize -= curr->stackblock_size; in __free_stacks()308 stack_cache_actsize += stack->stackblock_size; in queue_stack()324 + (((((pd->stackblock_size - pd->guardsize) / 2) in change_stack_perm()329 size_t len = pd->stackblock_size - pd->guardsize; in change_stack_perm()405 pd->stackblock_size = size; in allocate_stack()539 pd->stackblock_size = size; in allocate_stack()[all …]
34 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in __pthread_cleanup_upto()
62 iattr->stacksize = thread->stackblock_size; in pthread_getattr_np()
53 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in unwind_stop()
347 size_t stackblock_size; member
243 THREAD_SETMEM (pd, stackblock_size, (size_t) __libc_stack_end); in __pthread_initialize_minimal_internal()
375 assert (freesize < pd->stackblock_size); in start_thread()
Completed in 15 milliseconds