class EventFdSem
Defined at line 449 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 451 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void ~EventFdSem ()
Defined at line 455 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void EventFdSem (EventFdSem && other)
Defined at line 456 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
EventFdSem & operator= (EventFdSem && other)
Defined at line 457 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void EventFdSem (const EventFdSem & )
Defined at line 459 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
EventFdSem & operator= (const EventFdSem & )
Defined at line 460 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
int Wait ()
Defined at line 462 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
int Notify (int value)
Defined at line 467 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h