Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zahrayousefijamarani committed Jun 11, 2020
1 parent f7ad229 commit 7db475c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ binder_thread *thread)
* the inner lock.
*/
if ((thread->looper & BINDER_LOOPER_STATE_POLL) && waitqueue_active(&thread->wait)) {
wake_up_poll(&thread->wait, EPOLLHUP | POLLFREE);
<b>wake_up_poll(&thread->wait, EPOLLHUP | POLLFREE);</b>
}
binder_inner_proc_unlock(thread->proc);
/*
Expand All @@ -617,6 +617,7 @@ binder_thread *thread)
.
.
}
</pre>

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

Expand Down

0 comments on commit 7db475c

Please sign in to comment.