Rename awaitEvent in select and win32 I/O managers
These are now just called from IOManager.c and are the per-I/O manager backend impls (whereas previously awaitEvent was the entry point). Follow the new naming convention in the IOManager.{h,c} of awaitCompletedTimeoutsOrIO, with the I/O manager's name as a suffix: so awaitCompletedTimeoutsOrIO{Select,Win32}.
Showing
- rts/IOManager.c 8 additions, 4 deletionsrts/IOManager.c
- rts/IOManager.h 0 additions, 13 deletionsrts/IOManager.h
- rts/posix/Select.c 2 additions, 2 deletionsrts/posix/Select.c
- rts/posix/Select.h 3 additions, 0 deletionsrts/posix/Select.h
- rts/win32/AwaitEvent.c 2 additions, 1 deletionrts/win32/AwaitEvent.c
- rts/win32/AwaitEvent.h 4 additions, 0 deletionsrts/win32/AwaitEvent.h
- rts/win32/ConsoleHandler.c 1 addition, 1 deletionrts/win32/ConsoleHandler.c
Loading
Please register or sign in to comment