API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_rwlock_s Struct Reference

#include <rwlock.h>

Collaboration diagram for odp_rwlock_s:
[legend]

Data Fields

odp_atomic_u32_t cnt
 lock count 0 lock not taken -1 write lock taken >0 read lock(s) taken
 

Detailed Description

Examples
odp_lock_perf.c.

Definition at line 21 of file api/abi-default/rwlock.h.

Field Documentation

◆ cnt

odp_atomic_u32_t odp_rwlock_s::cnt

lock count 0 lock not taken -1 write lock taken >0 read lock(s) taken

Definition at line 22 of file api/abi-default/rwlock.h.


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