Home
last modified time | relevance | path

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

/xen/tools/libs/store/
A Dxs.c913 static size_t stack_size; in xs_watch() local
922 if (!stack_size) { in xs_watch()
926 stack_size = getsz(&attr); in xs_watch()
928 if (stack_size < READ_THREAD_STACKSIZE) in xs_watch()
929 stack_size = READ_THREAD_STACKSIZE; in xs_watch()
931 if (pthread_attr_setstacksize(&attr, stack_size) != 0) { in xs_watch()

Completed in 7 milliseconds