class EventFdSem

Defined at line 438 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 440 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

void ~EventFdSem ()

Defined at line 444 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

void EventFdSem (EventFdSem && other)

Defined at line 445 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

EventFdSem & operator= (EventFdSem && other)

Defined at line 446 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

void EventFdSem (const EventFdSem & )

Defined at line 448 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

EventFdSem & operator= (const EventFdSem & )

Defined at line 449 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

int Wait ()

Defined at line 451 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

int Notify (int value)

Defined at line 456 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h