ARGOBOTS  1.1
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

◆ mutex

pthread_mutex_t pthread_sync::mutex

◆ p_next

struct pthread_sync* pthread_sync::p_next

◆ p_prev

struct pthread_sync* pthread_sync::p_prev

Definition at line 77 of file abtd_futex.c.

Referenced by ABTD_futex_timedwait_and_unlock(), and ABTD_futex_wait_and_unlock().

◆ val

ABTD_atomic_int pthread_sync::val

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