Searched refs:looper (Results 1 – 6 of 6) sorted by relevance
198 listener.looper()); in addActiveListener()217 listener.looper()); in addActiveListener()410 public Looper looper() in looper() method in QtPositioning412 return looperThread.looper(); in looper()479 looper().quit(); in quitLooper()492 public Looper looper() in looper() method in QtPositioning.PositioningLooper
142 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
108 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")
369 looper (source is looper.c). Looper uses an execvp to invoke the371 invocation and execution of looper.
544 (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 …]
519 int looper; /* only modified by this thread */ member