mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
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).
|
||
|---|---|---|
| .. | ||
| arpa | ||
| protocols | ||
| rpc | ||
| rpcsvc | ||
| _ctype.h | ||
| a.out.h | ||
| ar.h | ||
| assert.h | ||
| bitstring.h | ||
| ctype.h | ||
| db.h | ||
| dirent.h | ||
| disktab.h | ||
| dlfcn.h | ||
| elf-hints.h | ||
| elf.h | ||
| err.h | ||
| fnmatch.h | ||
| fstab.h | ||
| fts.h | ||
| glob.h | ||
| grp.h | ||
| histedit.h | ||
| ieeefp.h | ||
| ifaddrs.h | ||
| iso646.h | ||
| limits.h | ||
| link.h | ||
| locale.h | ||
| Makefile | ||
| malloc.h | ||
| math.h | ||
| memory.h | ||
| mpool.h | ||
| ndbm.h | ||
| netdb.h | ||
| nl_types.h | ||
| nlist.h | ||
| objformat.h | ||
| paths.h | ||
| pthread.h | ||
| pthread_np.h | ||
| pwd.h | ||
| ranlib.h | ||
| regex.h | ||
| regexp.h | ||
| resolv.h | ||
| rune.h | ||
| runetype.h | ||
| search.h | ||
| setjmp.h | ||
| sgtty.h | ||
| signal.h | ||
| stab.h | ||
| stddef.h | ||
| stdio.h | ||
| stdlib.h | ||
| strhash.h | ||
| string.h | ||
| stringlist.h | ||
| strings.h | ||
| struct.h | ||
| sysexits.h | ||
| tar.h | ||
| time.h | ||
| timers.h | ||
| ttyent.h | ||
| unistd.h | ||
| utime.h | ||
| utmp.h | ||
| vis.h | ||