Searched refs:stacksize (Results 1 – 13 of 13) sorted by relevance
/sysdeps/mach/htl/ |
A D | pt-stack-alloc.c | 36 __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 D | pt-thread-terminate.c | 36 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 D | pthread_attr_setstacksize.c | 6 if (stacksize < 2 * ps) \ 7 stacksize = 2 * ps; \
|
/sysdeps/htl/ |
A D | pt-attr-getstacksize.c | 23 __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 D | pt-attr-setstacksize.c | 23 __pthread_attr_setstacksize (pthread_attr_t *attr, size_t stacksize) in __pthread_attr_setstacksize() argument 25 attr->__stacksize = stacksize; in __pthread_attr_setstacksize()
|
A D | pt-attr-getstack.c | 25 void **stackaddr, size_t * stacksize) in __pthread_attr_getstack() argument 28 __pthread_attr_getstacksize (attr, stacksize); in __pthread_attr_getstack()
|
A D | pt-attr-setstack.c | 26 __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 D | pt-sysdep.h | 56 __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 D | timer_routines.h | 42 && ileft->stacksize == iright->stacksize in thread_attr_compare()
|
A D | pthread_early_init.h | 53 __default_pthread_attr.internal.stacksize = limit.rlim_cur; in __pthread_early_init()
|
A D | internaltypes.h | 37 size_t stacksize; member
|
/sysdeps/unix/sysv/linux/ |
A D | timer_create.c | 103 nattr->stacksize = oattr->stacksize; in ___timer_create()
|
/sysdeps/mach/hurd/i386/htl/ |
A D | pt-setup.c | 48 top = (uintptr_t *) ((uintptr_t) bottom + thread->stacksize in stack_setup()
|
Completed in 21 milliseconds