Searched refs:ppThread (Results 1 – 1 of 1) sorted by relevance
35562 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument35569 assert( ppThread!=0 ); in sqlite3ThreadCreate()35574 *ppThread = 0; in sqlite3ThreadCreate()35593 *ppThread = p; in sqlite3ThreadCreate()35657 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument35663 assert( ppThread!=0 ); in sqlite3ThreadCreate()35665 *ppThread = 0; in sqlite3ThreadCreate()35687 *ppThread = p; in sqlite3ThreadCreate()35738 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument35744 assert( ppThread!=0 ); in sqlite3ThreadCreate()[all …]