picotm  0.7.0
Data Fields
picotm_lock_owner Struct Reference

Represents the potential owner of a lock.

#include <picotm_lock_owner.h>

Collaboration diagram for picotm_lock_owner:
Collaboration graph
[legend]

Data Fields

unsigned long flags
 Encodes information about the owner of a lock. More...
 
struct picotm_lock_ownernext
 
struct timespec timestamp
 

Field Documentation

◆ flags

unsigned long picotm_lock_owner::flags

| 31 | 30 | 29 | 19 ... 10 | 9 .. 0 | | WR | RD | WT | < empty > | index |

◆ next

struct picotm_lock_owner* picotm_lock_owner::next

Entry in waiter list

◆ timestamp

struct timespec picotm_lock_owner::timestamp

Start time of the lock owner's transaction


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