Searched refs:ppThread (Results 1 – 1 of 1) sorted by relevance
33806 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument33813 assert( ppThread!=0 ); in sqlite3ThreadCreate()33818 *ppThread = 0; in sqlite3ThreadCreate()33837 *ppThread = p; in sqlite3ThreadCreate()33901 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument33907 assert( ppThread!=0 ); in sqlite3ThreadCreate()33909 *ppThread = 0; in sqlite3ThreadCreate()33931 *ppThread = p; in sqlite3ThreadCreate()33981 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument33987 assert( ppThread!=0 ); in sqlite3ThreadCreate()[all …]