Searched defs:stacksize (Results 1 - 1 of 1) sorted by relevance

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c294 int stacksize = ap_thread_stacksize == 0 ? 128*1024 : ap_thread_stacksize; local
301 _beginthread(worker_main, NULL, stacksize, (void *)thread_slot);

Completed in 18 milliseconds