Searched refs:Thread (Results 1 – 5 of 5) sorted by relevance
53 typedef struct Thread Thread; typedef54 struct Thread { struct59 void (*xOp)(Thread*); /* next operation to do */ argument90 static Thread threadset[N_THREAD]; argument96 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 …]
33 typedef struct Thread Thread; typedef34 struct Thread { struct38 void (*xOp)(Thread*); /* next operation to do */ argument61 static Thread threadset[N_THREAD]; argument73 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()
267 typedef struct Thread Thread; typedef268 struct Thread { struct280 Thread *aThread; /* Array of Thread structures */ argument300 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()
428 typedef struct Thread Thread; typedef451 struct Thread { struct462 Thread *pNext; /* Next in this list of threads */ argument467 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 …]
767 # THREADS_LIBS Thread library(s)