Searched refs:binder_has_thread_work (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/android/
H A Dbinder.c2135 static int binder_has_thread_work(struct binder_thread *thread) function
2207 if (!binder_has_thread_work(thread))
2210 ret = wait_event_freezable(thread->wait, binder_has_thread_work(thread));
2616 if (binder_has_thread_work(thread))
2619 if (binder_has_thread_work(thread))

Completed in 82 milliseconds