Searched refs:ppThread (Results 1 – 1 of 1) sorted by relevance
34686 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument34693 assert( ppThread!=0 ); in sqlite3ThreadCreate()34698 *ppThread = 0; in sqlite3ThreadCreate()34717 *ppThread = p; in sqlite3ThreadCreate()34781 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument34787 assert( ppThread!=0 ); in sqlite3ThreadCreate()34789 *ppThread = 0; in sqlite3ThreadCreate()34811 *ppThread = p; in sqlite3ThreadCreate()34861 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument34867 assert( ppThread!=0 ); in sqlite3ThreadCreate()[all …]