15 #ifndef ODPH_LINUX_PTHREAD_H_
16 #define ODPH_LINUX_PTHREAD_H_
47 const odp_cpumask_t *mask,
Macro for deprecated API definitions.
#define ODPH_DEPRECATE(x)
Macro to deprecate helper API definitions.
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.
void odph_linux_pthread_join(odph_linux_pthread_t *thread_tbl, int num)
Waits pthreads to exit.
Linux pthread state information.
Thread parameter for Linux pthreads and processes.