API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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.
 
int odp_thread_count (void)
 Thread count.
 
int odp_thread_control_count (void)
 Control thread count.
 
int odp_thread_worker_count (void)
 Worker thread count.
 
int odp_thread_count_max (void)
 Maximum thread count.
 
int odp_thread_control_count_max (void)
 Maximum control thread count.
 
int odp_thread_worker_count_max (void)
 Maximum worker thread count.
 
odp_thread_type_t odp_thread_type (void)
 Thread type.
 

Detailed Description

ODP thread API.

Definition in file api/spec/thread.h.