clsync
Loading...
Searching...
No Matches
threadsinfo Struct Reference

#include <sync.h>

Collaboration diagram for threadsinfo:

Data Fields

pthread_mutex_t mutex [PTHREAD_MUTEX_MAX]
 
pthread_cond_t cond [PTHREAD_MUTEX_MAX]
 
char mutex_init
 
int allocated
 
int used
 
threadinfo_tthreads
 
threadinfo_t ** threadsstack
 
int stacklen
 

Detailed Description

Definition at line 55 of file sync.h.

Field Documentation

◆ allocated

int threadsinfo::allocated

Definition at line 59 of file sync.h.

◆ cond

pthread_cond_t threadsinfo::cond[PTHREAD_MUTEX_MAX]

Definition at line 57 of file sync.h.

◆ mutex

pthread_mutex_t threadsinfo::mutex[PTHREAD_MUTEX_MAX]

Definition at line 56 of file sync.h.

◆ mutex_init

char threadsinfo::mutex_init

Definition at line 58 of file sync.h.

◆ stacklen

int threadsinfo::stacklen

Definition at line 63 of file sync.h.

◆ threads

threadinfo_t* threadsinfo::threads

Definition at line 61 of file sync.h.

◆ threadsstack

threadinfo_t** threadsinfo::threadsstack

Definition at line 62 of file sync.h.

◆ used

int threadsinfo::used

Definition at line 60 of file sync.h.


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