Searched refs:stack_size (Results 1 – 3 of 3) sorted by relevance
/support/ |
A D | support_set_small_thread_stack_size.c | 29 size_t stack_size = 256 * 1024; in support_small_thread_stack_size() local 31 if (stack_size < PTHREAD_STACK_MIN) in support_small_thread_stack_size() 32 stack_size = PTHREAD_STACK_MIN; in support_small_thread_stack_size() 34 return stack_size; in support_small_thread_stack_size()
|
A D | xclone.c | 25 xclone (int (*fn) (void *arg), void *arg, void *stack, size_t stack_size, in xclone() argument 31 extern int __clone2 (int (*fn) (void *arg), void *stack, size_t stack_size, in xclone() 33 r = __clone2 (fn, stack, stack_size, flags, arg, /* ptid */ NULL, in xclone() 37 r = clone (fn, stack + stack_size, flags, arg, /* ptid */ NULL, in xclone()
|
A D | xsched.h | 29 size_t stack_size, int flags);
|
Completed in 4 milliseconds