Searched refs:THREAD_STACK_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/tools/KSE/ksetest/
H A Dkse_threads_test.c59 #define THREAD_STACK_SIZE (32 * 1024) macro
230 p = (char *)malloc(THREAD_STACK_SIZE);
233 data->mb.km_stack.ss_size = THREAD_STACK_SIZE;
239 pfmt("uts stack at : 0x%x - 0x%x\n", p, p + THREAD_STACK_SIZE);
473 p = (char *)malloc(THREAD_STACK_SIZE);
475 tm->tm_context.uc_stack.ss_size = THREAD_STACK_SIZE;
/freebsd-11-stable/tools/KSE/rr/
H A Drr.c63 #define THREAD_STACK_SIZE (32 * 1024) macro
174 p = (char *)malloc(THREAD_STACK_SIZE);
177 data->mb.km_stack.ss_size = THREAD_STACK_SIZE;
184 pfmt("uts stack at : 0x%x - 0x%x\n", p, p + THREAD_STACK_SIZE);
384 p = (char *)malloc(THREAD_STACK_SIZE);
386 tm->tm_context.uc_stack.ss_size = THREAD_STACK_SIZE;
/freebsd-11-stable/crypto/openssl/crypto/threads/
H A Dth-lock.c109 #define THREAD_STACK_SIZE (16*1024) macro
H A Dmttest.c660 #define THREAD_STACK_SIZE (16*1024) macro
714 THREAD_STACK_SIZE,
835 thr_create(NULL, THREAD_STACK_SIZE,
1097 BeginThread((void (*)(void *))ndoit, NULL, THREAD_STACK_SIZE,

Completed in 126 milliseconds