Searched refs:WriteToStreamThread (Results 1 – 2 of 2) sorted by relevance
50 class WriteToStreamThread : class56 WriteToStreamThread( XOutputStreamRef xOutput , int iMax ) in WriteToStreamThread() function in WriteToStreamThread62 virtual ~WriteToStreamThread() {} in ~WriteToStreamThread()366 OThread *p = new WriteToStreamThread( output, iMax ); in testMultithreading()
59 class WriteToStreamThread : class65 WriteToStreamThread( Reference< XOutputStream > xOutput , int iMax ) in WriteToStreamThread() function in WriteToStreamThread71 virtual ~WriteToStreamThread() {} in ~WriteToStreamThread()382 Thread *p = new WriteToStreamThread( output, iMax ); in testMultithreading()
Completed in 16 milliseconds