Peter Wemm 253fafca68 Add a prototype for rfork_thread().
pid_t rfork_thread(int forkflags, void *stack, int (*func)(void *arg),
                   void *arg);
A new process is created, presumably using RFMEM shared address space.
The child process switches to the supplied stack, which is set up with a
function call frame.  The function is called with the supplied arguement.
If the function returns, the return value will be used with _exit(2).
2000-07-29 11:53:35 +00:00
..
1999-08-27 23:45:13 +00:00
1999-09-05 17:43:31 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
1998-04-29 22:39:56 +00:00
1999-06-21 17:07:20 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
2000-07-07 16:52:24 +00:00
1998-01-20 09:09:24 +00:00
1999-08-28 05:11:36 +00:00
1999-08-16 06:53:13 +00:00
1999-08-27 23:45:13 +00:00
1998-07-16 00:10:14 +00:00
2000-07-29 11:53:35 +00:00
1999-08-27 23:45:13 +00:00