Searched defs:WorkerThread (Results 1 – 3 of 3) sorted by relevance
46 public @interface WorkerThread { annotation
41 public @interface WorkerThread { annotation
81 explicit WorkerThread(const String8& name): mSignal(Condition::WAKE_UP_ONE), mName(name) { } in WorkerThread() function