Home
last modified time | relevance | path

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

/libpthread/nptl/
A Dalloca_cutoff.c29 THREAD_GETMEM (THREAD_SELF, stackblock_size) / 4 in __libc_alloca_cutoff()
A Dallocatestack.c197 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 …]
A Dpt-cleanup.c34 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in __pthread_cleanup_upto()
A Dpthread_getattr_np.c62 iattr->stacksize = thread->stackblock_size; in pthread_getattr_np()
A Dunwind.c53 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in unwind_stop()
A Ddescr.h347 size_t stackblock_size; member
A Dinit.c243 THREAD_SETMEM (pd, stackblock_size, (size_t) __libc_stack_end); in __pthread_initialize_minimal_internal()
A Dpthread_create.c375 assert (freesize < pd->stackblock_size); in start_thread()

Completed in 15 milliseconds