Home
last modified time | relevance | path

Searched refs:read_thread_stop (Results 1 – 2 of 2) sorted by relevance

/external/libcups/backend/
Dusb-libusb.c66 int read_thread_stop; member
312 g.read_thread_stop = 0; in print_device()
590 g.read_thread_stop = 1; in print_device()
1745 if ((g.wait_eof || !g.read_thread_stop)) in read_thread()
1754 } while (g.wait_eof || !g.read_thread_stop); in read_thread()
Dusb-darwin.c221 int read_thread_stop; member
539 g.read_thread_stop = 0; in print_device()
825 g.read_thread_stop = 1; in print_device()
957 if ((readstatus != kIOReturnSuccess || rbytes == 0) && (g.wait_eof || !g.read_thread_stop)) in read_thread()
960 } while (g.wait_eof || !g.read_thread_stop); /* Abort from main thread tests error here */ in read_thread()