Searched refs:PERL_COMMAND_STACK_SIZE (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | Nwmain.c | 95 #define PERL_COMMAND_STACK_SIZE (256*1024L) // Stack size of thread that runs a perl script from co… macro 227 BeginThreadGroup(fnLaunchPerl, NULL, PERL_COMMAND_STACK_SIZE, (void*)psdata); in main() 230 BeginThreadGroup(fnLaunchPerl, NULL, PERL_COMMAND_STACK_SIZE, (void*)psdata); in main() 388 BeginThreadGroup(fnLaunchPerl, NULL, PERL_COMMAND_STACK_SIZE, (void*)psdata); in fnCommandLineHandler() 391 BeginThreadGroup(fnLaunchPerl, NULL, PERL_COMMAND_STACK_SIZE, (void*)psdata); in fnCommandLineHandler() 1292 BeginThread(fnLaunchPerl, NULL, PERL_COMMAND_STACK_SIZE, (void*)psdata); in fnInternalPerlLaunchHandler() 1295 BeginThread(fnLaunchPerl, NULL, PERL_COMMAND_STACK_SIZE, (void*)psdata); in fnInternalPerlLaunchHandler()
|