MCPcopy Create free account
hub / github.com/NetHack/NetHack / getpid

Function getpid

sys/amiga/amidos.c:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28/* POSIX stubs needed by libnix (-noixemul) */
29#ifdef __noixemul__
30int getpid(void) { return (int)FindTask(NULL); }
31#endif
32
33#ifdef AZTEC_50

Callers 10

mainFunction · 0.50
sys_random_seedFunction · 0.50
libnhmain.cFile · 0.50
sys_random_seedFunction · 0.50
mainFunction · 0.50
sys_random_seedFunction · 0.50
sys_random_seedFunction · 0.50
NH_panictrace_gdbFunction · 0.50
getlockFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected