Skip to content

Commit

Permalink
drivers/binder: Set thread->looper_need_return false after wake up th…
Browse files Browse the repository at this point in the history
…read.

Signed-off-by: cuiziwei <[email protected]>
  • Loading branch information
cuiziweizw authored and xiaoxiang781216 committed Jan 3, 2025
1 parent 63c5871 commit b845c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/binder/binder.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ static int binder_flush(FAR struct file *filp)
{
wait_wake_up(&thread->wait, 0);
wake_count++;
thread->looper_need_return = false;
}
}

Expand Down

0 comments on commit b845c85

Please sign in to comment.