AryaWu/sqlite
0
1[2 {3 "function_name": "sqlite3ThreadCreate",4 "function_signature": "int sqlite3ThreadCreate(\n SQLiteThread **ppThread, /* OUT: Write the thread object here */\n void *(*xTask)(void*), /* Routine to run in a separate thread */\n void *pIn /* Argument passed into xTask() */\n)",5 "test_filename": "tests_threads_sqlite3ThreadCreate.c"6 },7 {8 "function_name": "sqlite3ThreadJoin",9 "function_signature": "int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut)",10 "test_filename": "tests_threads_sqlite3ThreadJoin.c"11 },12 {13 "function_name": "sqlite3ThreadProc",14 "function_signature": "static unsigned __stdcall sqlite3ThreadProc(\n void *pArg /* IN: Pointer to the SQLiteThread structure */\n)",15 "test_filename": "tests_threads_sqlite3ThreadProc.c"16 },17 {18 "function_name": "sqlite3ThreadCreate",19 "function_signature": "int sqlite3ThreadCreate(\n SQLiteThread **ppThread, /* OUT: Write the thread object here */\n void *(*xTask)(void*), /* Routine to run in a separate thread */\n void *pIn /* Argument passed into xTask() */\n)",20 "test_filename": "tests_threads_sqlite3ThreadCreate.c"21 },22 {23 "function_name": "sqlite3ThreadJoin",24 "function_signature": "int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut)",25 "test_filename": "tests_threads_sqlite3ThreadJoin.c"26 },27 {28 "function_name": "sqlite3ThreadCreate",29 "function_signature": "int sqlite3ThreadCreate(\n SQLiteThread **ppThread, /* OUT: Write the thread object here */\n void *(*xTask)(void*), /* Routine to run in a separate thread */\n void *pIn /* Argument passed into xTask() */\n)",30 "test_filename": "tests_threads_sqlite3ThreadCreate.c"31 },32 {33 "function_name": "sqlite3ThreadJoin",34 "function_signature": "int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut)",35 "test_filename": "tests_threads_sqlite3ThreadJoin.c"36 }37]