MCPcopy Create free account
hub / github.com/ddnet/ddnet / process_id

Function process_id

src/base/process.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#endif
26
27int process_id()
28{
29#if defined(CONF_FAMILY_WINDOWS)
30 return _getpid();
31#else
32 return getpid();
33#endif
34}
35
36#if !defined(CONF_PLATFORM_ANDROID)
37PROCESS process_execute(const char *file, EShellExecuteWindowState window_state, const char **arguments, const size_t num_arguments)

Callers 9

GetPathMethod · 0.85
GetPathMethod · 0.85
mainFunction · 0.85
FormatTmpPathMethod · 0.85
DumpMethod · 0.85
mainFunction · 0.85
CTestInfoMethod · 0.85
sphore_initFunction · 0.85
sphore_destroyFunction · 0.85

Calls

no outgoing calls

Tested by 1

CTestInfoMethod · 0.68