Lines Matching refs:RTR3DECL
113 RTR3DECL(int) RTProcSetPriority(RTPROCPRIORITY enmPriority);
120 RTR3DECL(RTPROCPRIORITY) RTProcGetPriority(void);
133 RTR3DECL(int) RTProcCreate(const char *pszExec, const char * const *papszArgs, RTENV Env, unsigned fFlags, PRTPROCESS pProcess);
176 RTR3DECL(int) RTProcCreateEx(const char *pszExec, const char * const *papszArgs, RTENV hEnv, uint32_t fFlags,
263 RTR3DECL(int) RTProcWait(RTPROCESS Process, unsigned fFlags, PRTPROCSTATUS pProcStatus);
281 RTR3DECL(int) RTProcWaitNoResume(RTPROCESS Process, unsigned fFlags, PRTPROCSTATUS pProcStatus);
289 RTR3DECL(int) RTProcTerminate(RTPROCESS Process);
296 RTR3DECL(uint64_t) RTProcGetAffinityMask(void);
303 RTR3DECL(const char *) RTProcShortName(void);
313 RTR3DECL(char *) RTProcGetExecutablePath(char *pszExecPath, size_t cbExecPath);
334 RTR3DECL(int) RTProcDaemonize(const char * const *papszArgs, const char *pszDaemonizedOpt);
350 RTR3DECL(int) RTProcDaemonizeUsingFork(bool fNoChDir, bool fNoClose, const char *pszPidfile);
364 RTR3DECL(bool) RTProcIsRunningByName(const char *pszName);
373 RTR3DECL(int) RTProcQueryParent(RTPROCESS hProcess, PRTPROCESS phParent);
387 RTR3DECL(int) RTProcQueryUsername(RTPROCESS hProcess, char *pszUser, size_t cbUser,
398 RTR3DECL(int) RTProcQueryUsernameA(RTPROCESS hProcess, char **ppszUser);