Helper Reference Manual
1.7.1
|
ODP Linux helper for pthreads. More...
Go to the source code of this file.
Functions | |
int | odph_linux_pthread_create (odph_linux_pthread_t *pthread_tbl, const odp_cpumask_t *mask, const odph_linux_thr_params_t *thr_params) |
Creates and launches pthreads. More... | |
void | odph_linux_pthread_join (odph_linux_pthread_t *thread_tbl, int num) |
Waits pthreads to exit. More... | |
ODP Linux helper for pthreads.
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 pthread.h.