current-process-id[procedure] current-process-id
[procedure] parent-process-id
Chicken: POSIX getpid() and getppid().
Scheme48 has get-process-id and get-parent-process-id,
which return process-id object rather than an integer process id.
Gauche calls them sys-getpid and sys-getppid.
|