Searched refs:readThread (Results 1 – 3 of 3) sorted by relevance
29 static pthread_t readThread; variable333 int status = pthread_create(&readThread, NULL, readThreadRoutine, this); in StartReading()399 int status = pthread_join(readThread, &threadRetval); in RunTest()
903 Thread readThread = new Thread() { in sendOverPipe() local910 readThread.start(); in sendOverPipe()912 readThread.join(1000); in sendOverPipe()917 if (readThread.isAlive()) { in sendOverPipe()920 readThread.join(500); in sendOverPipe()
1984 Thread readThread = new Thread( in testActiveTransactionIsBlocking() local1993 readThread.start(); in testActiveTransactionIsBlocking()1994 readThread.join(500L); in testActiveTransactionIsBlocking()1996 readThread.isAlive()); in testActiveTransactionIsBlocking()2001 readThread.join(500L); in testActiveTransactionIsBlocking()2003 readThread.isAlive()); in testActiveTransactionIsBlocking()