Helper Reference Manual
1.7.1
|
ODP Linux helper for processes. More...
Go to the source code of this file.
Functions | |
int | odph_linux_process_fork (odph_linux_process_t *proc, int cpu, const odph_linux_thr_params_t *thr_params) |
Fork a process. More... | |
int | odph_linux_process_fork_n (odph_linux_process_t *proc_tbl, const odp_cpumask_t *mask, const odph_linux_thr_params_t *thr_params) |
Fork a number of processes. More... | |
int | odph_linux_process_wait_n (odph_linux_process_t *proc_tbl, int num) |
Wait for a number of processes. More... | |
ODP Linux helper for processes.
This file is not part of ODP APIs, but can be optionally used to ease common setups in a Linux system. User is free to implement the same setups in other ways (not via this file).
Definition in file process.h.