Home
last modified time | relevance | path

Searched refs:looper (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/jar/src/org/qtproject/qt5/android/positioning/
H A DQtPositioning.java198 listener.looper()); in addActiveListener()
217 listener.looper()); in addActiveListener()
410 public Looper looper() in looper() method in QtPositioning
412 return looperThread.looper(); in looper()
479 looper().quit(); in quitLooper()
492 public Looper looper() in looper() method in QtPositioning.PositioningLooper
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DMakefile142 syscall.c looper.c timeit.c time-polling.c \
157 $(PROGDIR)/dhry2 $(PROGDIR)/dhry2reg $(PROGDIR)/looper \
279 $(PROGDIR)/looper: $(SRCDIR)/looper.c $(SRCDIR)/timeit.c
H A DUSAGE108 shell1 Shell Scripts (1 concurrent) (runs "looper 60 multi.sh 1")
109 shell8 Shell Scripts (8 concurrent) (runs "looper 60 multi.sh 8")
110 shell16 Shell Scripts (8 concurrent) (runs "looper 60 multi.sh 16")
128 C C Compiler Throughput ("looper 60 $cCompiler cctest.c")
137 "looper 30 dc < dc.dat", using your system's copy of "dc")
H A DREADME369 looper (source is looper.c). Looper uses an execvp to invoke the
371 invocation and execution of looper.
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder.c544 (thread->looper & (BINDER_LOOPER_STATE_ENTERED | in binder_available_for_proc_work_ilocked()
556 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
4057 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
4058 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4062 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4069 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
4077 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
4078 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4082 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
4088 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
[all …]
H A Dbinder_internal.h519 int looper; /* only modified by this thread */ member