Searched refs:create_drop_index_thread (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | tt3_index.c | 17 static char *create_drop_index_thread(int iTid, void *pArg){ in create_drop_index_thread() function 65 launch_thread(&err, &threads, create_drop_index_thread, 0); in create_drop_index_1() 66 launch_thread(&err, &threads, create_drop_index_thread, 0); in create_drop_index_1() 67 launch_thread(&err, &threads, create_drop_index_thread, 0); in create_drop_index_1() 68 launch_thread(&err, &threads, create_drop_index_thread, 0); in create_drop_index_1() 69 launch_thread(&err, &threads, create_drop_index_thread, 0); in create_drop_index_1()
|