15 #ifndef ODPH_LINUX_PROCESS_H_
16 #define ODPH_LINUX_PROCESS_H_
65 const odp_cpumask_t *mask,
Macro for deprecated API definitions.
#define ODPH_DEPRECATE(x)
Macro to deprecate helper API definitions.
int odph_linux_process_fork(odph_linux_process_t *proc, int cpu, const odph_linux_thr_params_t *thr_params)
Fork a process.
int odph_linux_process_wait_n(odph_linux_process_t *proc_tbl, int num)
Wait for a number of processes.
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.
Linux process state information.
Thread parameter for Linux pthreads and processes.