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

#include <sync.h>

Collaboration diagram for threadinfo:

Data Fields

int thread_num
 
uint32_t iteration
 
thread_callbackfunct_t callback
 
thread_callbackfunct_arg_tcallback_arg
 
char ** argv
 
pthread_t pthread
 
int exitcode
 
int errcode
 
state_t state
 
ctx_tctx_p
 
time_t starttime
 
time_t expiretime
 
int child_pid
 
GHashTable * fpath2ei_ht
 
int try_n
 
int n
 
api_eventinfo_tei
 

Detailed Description

Definition at line 30 of file sync.h.

Field Documentation

◆ argv

char** threadinfo::argv

Definition at line 35 of file sync.h.

◆ callback

thread_callbackfunct_t threadinfo::callback

Definition at line 33 of file sync.h.

◆ callback_arg

thread_callbackfunct_arg_t* threadinfo::callback_arg

Definition at line 34 of file sync.h.

◆ child_pid

int threadinfo::child_pid

Definition at line 43 of file sync.h.

◆ ctx_p

ctx_t* threadinfo::ctx_p

Definition at line 40 of file sync.h.

◆ ei

api_eventinfo_t* threadinfo::ei

Definition at line 51 of file sync.h.

◆ errcode

int threadinfo::errcode

Definition at line 38 of file sync.h.

◆ exitcode

int threadinfo::exitcode

Definition at line 37 of file sync.h.

◆ expiretime

time_t threadinfo::expiretime

Definition at line 42 of file sync.h.

◆ fpath2ei_ht

GHashTable* threadinfo::fpath2ei_ht

Definition at line 45 of file sync.h.

◆ iteration

uint32_t threadinfo::iteration

Definition at line 32 of file sync.h.

◆ n

int threadinfo::n

Definition at line 50 of file sync.h.

◆ pthread

pthread_t threadinfo::pthread

Definition at line 36 of file sync.h.

◆ starttime

time_t threadinfo::starttime

Definition at line 41 of file sync.h.

◆ state

state_t threadinfo::state

Definition at line 39 of file sync.h.

◆ thread_num

int threadinfo::thread_num

Definition at line 31 of file sync.h.

◆ try_n

int threadinfo::try_n

Definition at line 47 of file sync.h.


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