API Reference Manual
1.46.0
|
ODP timer service. More...
Go to the source code of this file.
Data Structures | |
struct | _odp_abi_timer_t |
struct | _odp_abi_timeout_t |
struct | _odp_abi_timer_pool_t |
Macros | |
#define | ODP_TIMER_POOL_INVALID ((odp_timer_pool_t)0) |
Invalid timer pool handle. | |
#define | ODP_TIMER_POOL_NAME_LEN 32 |
Maximum timer pool name length, including the null character. | |
#define | ODP_TIMER_INVALID ((odp_timer_t)0) |
Invalid timer handle. | |
#define | ODP_TIMEOUT_INVALID ((odp_timeout_t)0) |
Invalid timeout handle. | |
Typedefs | |
typedef _odp_abi_timer_pool_t * | odp_timer_pool_t |
ODP timer pool handle. | |
typedef _odp_abi_timer_t * | odp_timer_t |
ODP timer handle. | |
typedef _odp_abi_timeout_t * | odp_timeout_t |
ODP timeout handle. | |
ODP timer service.
Definition in file api/abi-default/timer_types.h.