fiber: use wakeup safely on self everywhere
The previous commit made fiber_wakeup() safe to use on the current fiber. Leverage the new behaviour everywhere in the source code to remove all checks f != fiber() before fiber_wakeup(f) calls. Follow-up #5292
Showing
- src/box/applier.cc 1 addition, 3 deletionssrc/box/applier.cc
- src/box/journal.c 6 additions, 0 deletionssrc/box/journal.c
- src/box/journal.h 7 additions, 0 deletionssrc/box/journal.h
- src/box/raft.c 3 additions, 11 deletionssrc/box/raft.c
- src/box/txn.c 2 additions, 4 deletionssrc/box/txn.c
- src/box/txn_limbo.c 1 addition, 13 deletionssrc/box/txn_limbo.c
- src/lib/swim/swim.c 0 additions, 1 deletionsrc/lib/swim/swim.c
Loading
Please register or sign in to comment