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()
887 Thread readThread = new Thread() { in sendOverPipe() local894 readThread.start(); in sendOverPipe()896 readThread.join(1000); in sendOverPipe()901 if (readThread.isAlive()) { in sendOverPipe()904 readThread.join(500); in sendOverPipe()
1909 Thread readThread = new Thread( in testActiveTransactionIsBlocking() local1918 readThread.start(); in testActiveTransactionIsBlocking()1919 readThread.join(500L); in testActiveTransactionIsBlocking()1921 readThread.isAlive()); in testActiveTransactionIsBlocking()1926 readThread.join(500L); in testActiveTransactionIsBlocking()1928 readThread.isAlive()); in testActiveTransactionIsBlocking()