Home
last modified time | relevance | path

Searched refs:UX_getpid (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dpruxenv.c99 PRIMITIVE_RETURN (long_to_integer (UX_getpid ()));
H A Dux.h523 #define UX_getpid getpid macro
H A Duxproc.c329 child_pid = (UX_getpid ()); in OS_make_subprocess()
H A Duxsig.c445 UX_kill ((UX_getpid ()), signo); in stop_signal_default()