Ignore:
Timestamp:
Mar 21, 2018, 12:27:47 PM (7 years ago)
Author:
bird
Message:

kmk/win: Run kDepObj on worker thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/w32/winchildren.h

    r3159 r3169  
    2727#define INCLUDED_WINCHILDREN_H
    2828
    29 void    MkWinChildInit(unsigned int cJobSlot);
    30 void    MkWinChildReExecMake(char **papszArgs, char **papszEnv);
     29
     30void    MkWinChildInit(unsigned int cJobSlot);
     31void    MkWinChildReExecMake(char **papszArgs, char **papszEnv);
    3132intptr_t MkWinChildGetCompleteEventHandle(void);
    3233int     MkWinChildCreate(char **papszArgs, char **papszEnv, const char *pszShell, struct child *pMkChild, pid_t *pPid);
    3334int     MkWinChildCreateWithStdOutPipe(char **papszArgs, char **papszEnv, int fdErr, pid_t *pPid, int *pfdReadPipe);
     35#ifdef KMK
     36struct KMKBUILTINENTRY;
     37int     MkWinChildCreateBuiltIn(struct KMKBUILTINENTRY const *pBuiltIn, int cArgs, char **papszArgs,
     38                                char **papszEnv, struct child *pMkChild, pid_t *pPid);
    3439int     MkWinChildCreateSubmit(intptr_t hEvent, void *pvSubmitWorker, pid_t *pPid);
    3540int     MkWinChildCreateRedirect(intptr_t hProcess, pid_t *pPid);
     41#endif
    3642int     MkWinChildKill(pid_t pid, int iSignal, struct child *pMkChild);
    3743int     MkWinChildWait(int fBlock, pid_t *pPid, int *piExitCode, int *piSignal, int *pfCoreDumped, struct child **ppMkChild);
Note: See TracChangeset for help on using the changeset viewer.