VirtualBox

Changeset 3161 in kBuild for trunk/src/kmk/main.c


Ignore:
Timestamp:
Mar 19, 2018 10:40:35 PM (7 years ago)
Author:
bird
Message:

kmk/win: More child process work, focusing on making kmk_builtin_redirect not requiring the shared lock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/main.c

    r3159 r3161  
    14701470    if (!cpus)
    14711471      cpus = 1;
     1472#  ifdef CONFIG_NEW_WIN_CHILDREN
    14721473    if (cpus > 64)
    14731474      cpus = 64; /* (wait for multiple objects limit) */
     1475#  endif
    14741476    return cpus;
    14751477
     
    31293131            setrlimit (RLIMIT_STACK, &stack_limit);
    31303132#endif
    3131 fprintf(stderr, "respawning 1..\n");
    3132 fprintf(stderr, "respawning 2..\n");
    3133 fprintf(stderr, "respawning 3..!\n");
    31343133# if !defined(WINDOWS32) || !defined(CONFIG_NEW_WIN_CHILDREN)
    31353134          exec_command ((char **)nargv, environ);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette