Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dallocatestack.c192 if (curr->stackblock_size == size) in get_cached_stack()
199 || result->stackblock_size > curr->stackblock_size) in get_cached_stack()
222 stack_cache_actsize -= result->stackblock_size; in get_cached_stack()
228 *sizep = result->stackblock_size; in get_cached_stack()
270 stack_cache_actsize -= curr->stackblock_size; in __free_stacks()
299 stack_cache_actsize += stack->stackblock_size; in queue_stack()
315 + (((((pd->stackblock_size - pd->guardsize) / 2) in change_stack_perm()
320 size_t len = pd->stackblock_size - pd->guardsize; in change_stack_perm()
394 pd->stackblock_size = size; in allocate_stack()
531 pd->stackblock_size = size; in allocate_stack()
[all …]
A Dalloca_cutoff.c29 THREAD_GETMEM (THREAD_SELF, stackblock_size) / 4 in __libc_alloca_cutoff()
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.h356 size_t stackblock_size; member
A Dinit.c344 THREAD_SETMEM (pd, stackblock_size, (size_t) __libc_stack_end); in __pthread_initialize_minimal_internal()
A Dpthread_create.c386 assert (freesize < pd->stackblock_size); in start_thread()
A DChangeLog5838 pd->stackblock_size.

Completed in 24 milliseconds