Skip to content

Commit 7db475c

Browse files
Update README.md
1 parent f7ad229 commit 7db475c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ binder_thread *thread)
602602
* the inner lock.
603603
*/
604604
if ((thread->looper & BINDER_LOOPER_STATE_POLL) && waitqueue_active(&thread->wait)) {
605-
wake_up_poll(&thread->wait, EPOLLHUP | POLLFREE);
605+
<b>wake_up_poll(&thread->wait, EPOLLHUP | POLLFREE);</b>
606606
}
607607
binder_inner_proc_unlock(thread->proc);
608608
/*
@@ -617,6 +617,7 @@ binder_thread *thread)
617617
.
618618
.
619619
}
620+
</pre>
620621

621622
see full code [here](https://code.woboq.org/linux/linux/drivers/android/binder.c.html#binder_thread_release)
622623

0 commit comments

Comments
 (0)