Searched refs:fInputThread (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp57 fInputThread(-1),
332 fInputThread = spawn_kernel_thread(_InputThread,
334 if (fInputThread < 0) {
336 return fInputThread;
339 resume_thread(fInputThread);
472 wait_for_thread(fInputThread, &result);
473 fInputThread = -1;
H A DSerialDevice.h154 thread_id fInputThread; member in class:SerialDevice

Completed in 31 milliseconds