class EventFdSem
Defined at line 440 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
A semaphore implemented with EventFd. Works across Threads and Forks.
Public Methods
void EventFdSem (int initial_value)
Defined at line 442 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void ~EventFdSem ()
Defined at line 446 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void EventFdSem (EventFdSem && other)
Defined at line 447 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
EventFdSem & operator= (EventFdSem && other)
Defined at line 448 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void EventFdSem (const EventFdSem & )
Defined at line 450 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
EventFdSem & operator= (const EventFdSem & )
Defined at line 451 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
int Wait ()
Defined at line 453 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
int Notify (int value)
Defined at line 458 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h