Home
last modified time | relevance | path

Searched refs:Thread (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest7.c53 typedef struct Thread Thread; typedef
54 struct Thread { struct
59 void (*xOp)(Thread*); /* next operation to do */ argument
90 static Thread threadset[N_THREAD]; argument
96 Thread *p = (Thread*)pArg; in client_main()
200 static void client_wait(Thread *p){ in client_wait()
235 static void stop_thread(Thread *p){ in stop_thread()
466 static void do_compile(Thread *p){ in do_compile()
513 static void do_step(Thread *p){ in do_step()
564 static void do_finalize(Thread *p){ in do_finalize()
[all …]
H A Dtest4.c33 typedef struct Thread Thread; typedef
34 struct Thread { struct
38 void (*xOp)(Thread*); /* next operation to do */ argument
61 static Thread threadset[N_THREAD]; argument
73 Thread *p = (Thread*)pArg; in test_thread_main()
178 static void test_thread_wait(Thread *p){ in test_thread_wait()
215 static void test_stop_thread(Thread *p){ in test_stop_thread()
431 static void do_compile(Thread *p){ in do_compile()
479 static void do_step(Thread *p){ in do_step()
531 static void do_finalize(Thread *p){ in do_finalize()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest5.c267 typedef struct Thread Thread; typedef
268 struct Thread { struct
280 Thread *aThread; /* Array of Thread structures */ argument
300 nByte = sizeof(ThreadSet) + sizeof(struct Thread) * nMax; in testThreadInit()
303 p->aThread = (Thread *)&p[1]; in testThreadInit()
322 Thread *pThread = (Thread *)pArg; in ttMain()
339 Thread *pThread; in testThreadLaunch()
386 Thread *pThread = &pThreadSet->aThread[i]; in testThreadWait()
/sqlite-3.40.0/test/
H A Dthreadtest3.c428 typedef struct Thread Thread; typedef
451 struct Thread { struct
462 Thread *pNext; /* Next in this list of threads */ argument
467 Thread *pThread; /* Linked list of threads */
779 Thread *p = (Thread *)pArg; in launch_thread_main()
786 Thread *p = (Thread *)pArg; in launch_thread_main()
800 Thread *p; in launch_thread_x()
803 p = (Thread *)sqlite3_malloc(sizeof(Thread)); in launch_thread_x()
804 memset(p, 0, sizeof(Thread)); in launch_thread_x()
830 Thread *p; in join_all_threads_x()
[all …]
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m4767 # THREADS_LIBS Thread library(s)