Searched refs:readThread (Results 1 – 3 of 3) sorted by relevance
30 static pthread_t readThread; variable430 int status = pthread_create(&readThread, NULL, readThreadRoutine, this); in StartReading()481 int status = pthread_join(readThread, &threadRetval); in RunTest()
904 Thread readThread = new Thread() { in sendOverPipe() local911 readThread.start(); in sendOverPipe()913 readThread.join(1000); in sendOverPipe()918 if (readThread.isAlive()) { in sendOverPipe()921 readThread.join(500); in sendOverPipe()
2083 Thread readThread = new Thread( in testActiveTransactionIsBlocking() local2092 readThread.start(); in testActiveTransactionIsBlocking()2093 readThread.join(500L); in testActiveTransactionIsBlocking()2095 readThread.isAlive()); in testActiveTransactionIsBlocking()2100 readThread.join(500L); in testActiveTransactionIsBlocking()2102 readThread.isAlive()); in testActiveTransactionIsBlocking()