VirtualBox

Changeset 3156 in kBuild for trunk/src/kmk/job.h


Ignore:
Timestamp:
Mar 18, 2018 8:10:03 PM (7 years ago)
Author:
bird
Message:

kmk/win: Reworking child process handling. This effort will hopefully handle processor groups better and allow executing internal function off the main thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/job.h

    r3140 r3156  
    147147#elif defined(__EMX__)
    148148int exec_command (char **argv, char **envp);
    149 #else
     149#elif !defined(WINDOWS32) || !defined(CONFIG_NEW_WIN_CHILDREN)
    150150void exec_command (char **argv, char **envp) __attribute__ ((noreturn));
    151151#endif
Note: See TracChangeset for help on using the changeset viewer.

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