Home
last modified time | relevance | path

Searched refs:SQLiteThread (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout1393 typedef struct SQLiteThread SQLiteThread;
3595 int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
3596 int sqlite3ThreadJoin(SQLiteThread*, void**);
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c15253 typedef struct SQLiteThread SQLiteThread; typedef
21577 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
21578 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
33712 struct SQLiteThread { struct
33722 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
33726 SQLiteThread *p; in sqlite3ThreadCreate()
33758 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
33784 struct SQLiteThread { struct
33796 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
33817 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15378 typedef struct SQLiteThread SQLiteThread; typedef
21737 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
21738 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
34105 struct SQLiteThread { struct
34115 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34119 SQLiteThread *p; in sqlite3ThreadCreate()
34151 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
34177 struct SQLiteThread { struct
34189 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
34210 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c15421 typedef struct SQLiteThread SQLiteThread; typedef
21780 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
21781 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
33953 struct SQLiteThread { struct
33963 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
33967 SQLiteThread *p; in sqlite3ThreadCreate()
33999 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
34025 struct SQLiteThread { struct
34037 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
34058 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
[all …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c15253 typedef struct SQLiteThread SQLiteThread; typedef
21577 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
21578 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
33712 struct SQLiteThread { struct
33722 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
33726 SQLiteThread *p; in sqlite3ThreadCreate()
33758 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
33784 struct SQLiteThread { struct
33796 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
33817 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
[all …]