Sqlite3 3.50.2
Light weight SQL DB
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 34669 of file sqlite3.c.

Field Documentation

◆ done

int SQLiteThread::done

Definition at line 34671 of file sqlite3.c.

◆ pIn

void* SQLiteThread::pIn

Definition at line 34674 of file sqlite3.c.

◆ pOut

void* SQLiteThread::pOut

Definition at line 34672 of file sqlite3.c.

◆ tid

pthread_t SQLiteThread::tid

Definition at line 34670 of file sqlite3.c.

◆ xTask

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

Definition at line 34673 of file sqlite3.c.


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