ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Fields
pthread_sync Struct Reference
Collaboration diagram for pthread_sync:
Collaboration graph
[legend]

Data Fields

pthread_mutex_t mutex
 
pthread_cond_t cond
 
struct pthread_syncp_next
 
struct pthread_syncp_prev
 
ABTD_atomic_int val
 

Detailed Description

Definition at line 73 of file abtd_futex.c.

Field Documentation

◆ cond

pthread_cond_t pthread_sync::cond

Definition at line 75 of file abtd_futex.c.

◆ mutex

pthread_mutex_t pthread_sync::mutex

Definition at line 74 of file abtd_futex.c.

◆ p_next

struct pthread_sync* pthread_sync::p_next

Definition at line 76 of file abtd_futex.c.

◆ p_prev

struct pthread_sync* pthread_sync::p_prev

Definition at line 77 of file abtd_futex.c.

◆ val

ABTD_atomic_int pthread_sync::val

Definition at line 78 of file abtd_futex.c.


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