We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ad229 commit 7db475cCopy full SHA for 7db475c
README.md
@@ -602,7 +602,7 @@ binder_thread *thread)
602
* the inner lock.
603
*/
604
if ((thread->looper & BINDER_LOOPER_STATE_POLL) && waitqueue_active(&thread->wait)) {
605
- wake_up_poll(&thread->wait, EPOLLHUP | POLLFREE);
+ <b>wake_up_poll(&thread->wait, EPOLLHUP | POLLFREE);</b>
606
}
607
binder_inner_proc_unlock(thread->proc);
608
/*
@@ -617,6 +617,7 @@ binder_thread *thread)
617
.
618
619
620
+</pre>
621
622
see full code [here](https://code.woboq.org/linux/linux/drivers/android/binder.c.html#binder_thread_release)
623
0 commit comments