Helper Reference Manual  1.7.1
process.h File Reference

ODP Linux helper for processes. More...

#include <odp/helper/deprecated.h>
#include <odp/helper/threads.h>
#include <odp_api.h>
Include dependency graph for process.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.