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
2000-07-21 14:49:09 +00:00
1999-08-27 23:45:13 +00:00
2000-02-08 07:43:26 +00:00
2000-02-08 07:43:26 +00:00
1999-12-29 05:07:58 +00:00
2000-01-29 01:53:35 +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-11-21 17:32:45 +00:00
1997-05-07 20:01:10 +00:00
1998-02-25 02:15:59 +00:00
1997-05-07 20:01:10 +00:00
1999-08-27 23:45:13 +00:00
2000-05-10 19:41:40 +00:00
2000-07-05 02:13:17 +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
2000-07-23 16:33:00 +00:00
1997-04-13 11:33:17 +00:00
2000-05-26 02:09:24 +00:00
1999-06-21 17:07:20 +00:00
2000-02-08 05:12:45 +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-01-11 09:07:42 +00:00
1999-07-31 08:36:07 +00:00
2000-05-11 15:57:17 +00:00
1999-01-18 02:14:20 +00:00
1997-05-07 20:01:10 +00:00
1999-12-28 02:37:14 +00:00
2000-07-07 16:52:24 +00:00
1998-01-20 09:09:24 +00:00
1999-10-02 19:33:23 +00:00
1999-12-23 16:33:12 +00:00
1999-12-23 15:58:20 +00:00
1999-08-28 05:11:36 +00:00
1999-08-16 06:53:13 +00:00
1997-06-25 08:04:52 +00:00
1999-01-04 20:45:20 +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
1997-05-07 20:01:10 +00:00
1999-08-27 23:45:13 +00:00
2000-07-01 15:55:49 +00:00