API Reference Manual  1.45.0
odp_rwlock_recursive_s Struct Reference

#include <rwlock_recursive.h>

Collaboration diagram for odp_rwlock_recursive_s:
[legend]

Data Fields

odp_rwlock_t lock
 the lock
 
int wr_owner
 write owner thread
 
uint32_t wr_cnt
 write recursion count
 
uint8_t rd_cnt [ODP_THREAD_COUNT_MAX]
 read recursion count
 

Detailed Description

Examples
odp_lock_perf.c.

Definition at line 23 of file api/abi-default/rwlock_recursive.h.


The documentation for this struct was generated from the following file: