API Reference Manual  1.45.0
api/spec/thread.h File Reference

ODP thread API. More...

#include <odp/visibility_begin.h>
#include <odp/api/thread_types.h>
#include <odp/visibility_end.h>
Include dependency graph for api/spec/thread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int odp_thread_id (void)
 Get thread identifier. More...
 
int odp_thread_count (void)
 Thread count. More...
 
int odp_thread_control_count (void)
 Control thread count. More...
 
int odp_thread_worker_count (void)
 Worker thread count. More...
 
int odp_thread_count_max (void)
 Maximum thread count. More...
 
int odp_thread_control_count_max (void)
 Maximum control thread count. More...
 
int odp_thread_worker_count_max (void)
 Maximum worker thread count. More...
 
odp_thread_type_t odp_thread_type (void)
 Thread type. More...
 

Detailed Description

ODP thread API.

Definition in file api/spec/thread.h.