Home
last modified time | relevance | path

Searched refs:stack_size (Results 1 – 3 of 3) sorted by relevance

/support/
A Dsupport_set_small_thread_stack_size.c29 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 Dxclone.c25 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 Dxsched.h29 size_t stack_size, int flags);

Completed in 4 milliseconds