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

ODP recursive spinlock. More...

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

Go to the source code of this file.

Functions

void odp_spinlock_recursive_init (odp_spinlock_recursive_t *lock)
 Initialize recursive spinlock. More...
 
void odp_spinlock_recursive_lock (odp_spinlock_recursive_t *lock)
 Acquire recursive spinlock. More...
 
int odp_spinlock_recursive_trylock (odp_spinlock_recursive_t *lock)
 Try to acquire recursive spinlock. More...
 
void odp_spinlock_recursive_unlock (odp_spinlock_recursive_t *lock)
 Release recursive spinlock. More...
 
int odp_spinlock_recursive_is_locked (odp_spinlock_recursive_t *lock)
 Check if recursive spinlock is locked. More...
 

Detailed Description

ODP recursive spinlock.

Definition in file api/spec/spinlock_recursive.h.