ARGOBOTS  1.1
Data Fields
ABTI_mutex Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_mutex:
Collaboration graph
[legend]

Data Fields

int attrs
 
ABTD_spinlock lock
 
int nesting_cnt
 
ABTI_thread_id owner_id
 
ABTD_spinlock waiter_lock
 
ABTI_waitlist waitlist
 

Detailed Description

Definition at line 174 of file abti.h.

Field Documentation

◆ attrs

int ABTI_mutex::attrs

◆ lock

ABTD_spinlock ABTI_mutex::lock

◆ nesting_cnt

int ABTI_mutex::nesting_cnt

◆ owner_id

ABTI_thread_id ABTI_mutex::owner_id

◆ waiter_lock

ABTD_spinlock ABTI_mutex::waiter_lock

◆ waitlist

ABTI_waitlist ABTI_mutex::waitlist

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