Home
last modified time | relevance | path

Searched refs:thread_stack_size (Results 1 – 6 of 6) sorted by path

/unit/docs/
H A Dunit-openapi.yaml5564 thread_stack_size:
5586 thread_stack_size:
5738 thread_stack_size:
/unit/src/
H A Dnxt_application.h56 uint32_t thread_stack_size; member
70 uint32_t thread_stack_size; member
87 uint32_t thread_stack_size; member
H A Dnxt_java.c697 if (c->thread_stack_size > 0) { in nxt_java_init_threads()
706 res = pthread_attr_setstacksize(&attr, c->thread_stack_size); in nxt_java_init_threads()
H A Dnxt_main_process.c231 offsetof(nxt_common_app_conf_t, u.python.thread_stack_size),
267 offsetof(nxt_common_app_conf_t, u.perl.thread_stack_size),
320 offsetof(nxt_common_app_conf_t, u.java.thread_stack_size),
/unit/src/perl/
H A Dnxt_perl_psgi.c1340 if (c->thread_stack_size > 0) { in nxt_perl_psgi_init_threads()
1349 rc = pthread_attr_setstacksize(&attr, c->thread_stack_size); in nxt_perl_psgi_init_threads()
/unit/src/python/
H A Dnxt_python.c593 if (c->thread_stack_size > 0) { in nxt_python_init_threads()
602 res = pthread_attr_setstacksize(&attr, c->thread_stack_size); in nxt_python_init_threads()