LiPeng
|
7ca602e86b
|
fix(vfs): Fix event_write may not exit critical section
This commit fixes the event_write() function where the critical section
was unbalanced.
Merges https://github.com/espressif/esp-idf/pull/12258
|
2023-09-19 08:53:58 +02:00 |
|
Jiacheng Guo
|
7eafcb0372
|
vfs: fix occasional ISR context mismatch in event fd
|
2021-09-17 17:31:20 +08:00 |
|
Jiacheng Guo
|
bbb0e7a573
|
vfs: fix build & ci errors
|
2021-04-15 15:19:00 +08:00 |
|
Jiacheng Guo
|
0d986de363
|
vfs: add default initializer for vfs_eventfd
|
2021-04-15 15:19:00 +08:00 |
|
Jiacheng Guo
|
7c64d1530a
|
vfs: modify copyright header
|
2021-04-15 15:18:59 +08:00 |
|
Jiacheng Guo
|
7b911e4641
|
vfs: add support for mutiple selects in eventfd
|
2021-04-15 15:18:59 +08:00 |
|
Jiacheng Guo
|
30e9345bc7
|
vfs: add unit tests for eventfd
|
2021-04-15 15:18:59 +08:00 |
|
Jiacheng Guo
|
f6fd2eb164
|
vfs: add eventfd support
eventfd imitates the behavior of POSIX api `man(2) eventfd`. This api
can be used to pass events to a select based message loop.
|
2021-04-15 15:18:59 +08:00 |
|