File size: 1,939 Bytes
7510827 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
[
{
"function_name": "sqlite3ThreadCreate",
"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)",
"test_filename": "tests_threads_sqlite3ThreadCreate.c"
},
{
"function_name": "sqlite3ThreadJoin",
"function_signature": "int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut)",
"test_filename": "tests_threads_sqlite3ThreadJoin.c"
},
{
"function_name": "sqlite3ThreadProc",
"function_signature": "static unsigned __stdcall sqlite3ThreadProc(\n void *pArg /* IN: Pointer to the SQLiteThread structure */\n)",
"test_filename": "tests_threads_sqlite3ThreadProc.c"
},
{
"function_name": "sqlite3ThreadCreate",
"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)",
"test_filename": "tests_threads_sqlite3ThreadCreate.c"
},
{
"function_name": "sqlite3ThreadJoin",
"function_signature": "int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut)",
"test_filename": "tests_threads_sqlite3ThreadJoin.c"
},
{
"function_name": "sqlite3ThreadCreate",
"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)",
"test_filename": "tests_threads_sqlite3ThreadCreate.c"
},
{
"function_name": "sqlite3ThreadJoin",
"function_signature": "int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut)",
"test_filename": "tests_threads_sqlite3ThreadJoin.c"
}
] |