OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPoll
(Results
1 - 4
of
4
) sorted by null
/device/google/marlin/usb/
Usb.h
43
pthread_t
mPoll
;
Usb.cpp
499
if (!pthread_kill(
mPoll
, SIGUSR1)) {
500
pthread_join(
mPoll
, NULL);
513
if (pthread_create(&
mPoll
, NULL, work, this)) {
/hardware/interfaces/usb/1.0/default/
Usb.h
42
pthread_t
mPoll
;
Usb.cpp
438
if (!pthread_kill(
mPoll
, SIGUSR1)) {
439
pthread_join(
mPoll
, NULL);
449
if (pthread_create(&
mPoll
, NULL, work, this)) {
Completed in 91 milliseconds