Home
last modified time | relevance | path

Searched refs:stackblock (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dallocatestack.c229 *memp = result->stackblock; in get_cached_stack()
277 if (munmap (curr->stackblock, curr->stackblock_size) != 0) in __free_stacks()
314 void *stack = (pd->stackblock in change_stack_perm()
317 size_t len = pd->stackblock + pd->stackblock_size - stack; in change_stack_perm()
319 void *stack = pd->stackblock + pd->guardsize; in change_stack_perm()
322 void *stack = pd->stackblock; in change_stack_perm()
323 size_t len = (uintptr_t) pd - pd->guardsize - (uintptr_t) pd->stackblock; in change_stack_perm()
393 pd->stackblock = (char *) attr->stackaddr - size; in allocate_stack()
530 pd->stackblock = mem; in allocate_stack()
688 *stack = pd->stackblock; in allocate_stack()
[all …]
A Dpthread_getattr_np.c60 if (__builtin_expect (thread->stackblock != NULL, 1)) in pthread_getattr_np()
63 iattr->stackaddr = (char *) thread->stackblock + iattr->stacksize; in pthread_getattr_np()
A Dpthread_create.c382 size_t freesize = (sp - (char *) pd->stackblock) & ~pagesize_m1; in start_thread()
384 size_t freesize = ((char *) pd->stackblock - sp) & ~pagesize_m1; in start_thread()
388 madvise (pd->stackblock, freesize - PTHREAD_STACK_MIN, MADV_DONTNEED); in start_thread()
A Dpt-cleanup.c34 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in __pthread_cleanup_upto()
A Dunwind.c53 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in unwind_stop()
A Ddescr.h355 void *stackblock; member

Completed in 7 milliseconds