Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
SQLiteThread Struct Reference

Data Fields

pthread_t tid
 
int done
 
void * pOut
 
void *(* xTask )(void *)
 
void * pIn
 

Detailed Description

Definition at line 30407 of file sqlite3.c.

Field Documentation

◆ done

int SQLiteThread::done

Definition at line 30409 of file sqlite3.c.

◆ pIn

void* SQLiteThread::pIn

Definition at line 30412 of file sqlite3.c.

◆ pOut

void* SQLiteThread::pOut

Definition at line 30410 of file sqlite3.c.

◆ tid

pthread_t SQLiteThread::tid

Definition at line 30408 of file sqlite3.c.

◆ xTask

void *(* SQLiteThread::xTask) (void *)

Definition at line 30411 of file sqlite3.c.


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