Home
last modified time | relevance | path

Searched refs:stacksize (Results 1 – 13 of 13) sorted by relevance

/sysdeps/mach/htl/
A Dpt-stack-alloc.c36 __pthread_stack_alloc (void **stackaddr, size_t stacksize) in __pthread_stack_alloc() argument
46 stacksize, FALSE) != KERN_SUCCESS; base += stacksize) in __pthread_stack_alloc()
63 next_stack_base = base + stacksize; in __pthread_stack_alloc()
A Dpt-thread-terminate.c36 size_t stacksize; in __pthread_thread_terminate() local
44 stacksize = ((thread->guardsize + __vm_page_size - 1) in __pthread_thread_terminate()
45 / __vm_page_size) * __vm_page_size + thread->stacksize; in __pthread_thread_terminate()
50 stacksize = 0; in __pthread_thread_terminate()
74 (vm_address_t) stackaddr, stacksize); in __pthread_thread_terminate()
/sysdeps/unix/sysv/linux/powerpc/
A Dpthread_attr_setstacksize.c6 if (stacksize < 2 * ps) \
7 stacksize = 2 * ps; \
/sysdeps/htl/
A Dpt-attr-getstacksize.c23 __pthread_attr_getstacksize (const pthread_attr_t *attr, size_t * stacksize) in __pthread_attr_getstacksize() argument
25 *stacksize = attr->__stacksize; in __pthread_attr_getstacksize()
A Dpt-attr-setstacksize.c23 __pthread_attr_setstacksize (pthread_attr_t *attr, size_t stacksize) in __pthread_attr_setstacksize() argument
25 attr->__stacksize = stacksize; in __pthread_attr_setstacksize()
A Dpt-attr-getstack.c25 void **stackaddr, size_t * stacksize) in __pthread_attr_getstack() argument
28 __pthread_attr_getstacksize (attr, stacksize); in __pthread_attr_getstack()
A Dpt-attr-setstack.c26 __pthread_attr_setstack (pthread_attr_t *attr, void *stackaddr, size_t stacksize) in __pthread_attr_setstack() argument
35 err = __pthread_attr_setstacksize (attr, stacksize); in __pthread_attr_setstack()
/sysdeps/mach/hurd/htl/
A Dpt-sysdep.h56 __pthread_stack_dealloc (void *stackaddr, size_t stacksize) in __pthread_stack_dealloc() argument
58 __vm_deallocate (__mach_task_self (), (vm_offset_t) stackaddr, stacksize); in __pthread_stack_dealloc()
/sysdeps/nptl/
A Dtimer_routines.h42 && ileft->stacksize == iright->stacksize in thread_attr_compare()
A Dpthread_early_init.h53 __default_pthread_attr.internal.stacksize = limit.rlim_cur; in __pthread_early_init()
A Dinternaltypes.h37 size_t stacksize; member
/sysdeps/unix/sysv/linux/
A Dtimer_create.c103 nattr->stacksize = oattr->stacksize; in ___timer_create()
/sysdeps/mach/hurd/i386/htl/
A Dpt-setup.c48 top = (uintptr_t *) ((uintptr_t) bottom + thread->stacksize in stack_setup()

Completed in 21 milliseconds