class Holder
Defined at line 577 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
A means of blocking until some other thread or process uses a corresponding `Poker`
to indicate that some desired state has been reached and further blocking is no longer
necessary.
Public Methods
void Holder ()
Defined at line 579 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Holder (const Holder & )
Defined at line 583 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
Holder & operator= (const Holder & )
Defined at line 584 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool is_valid ()
Defined at line 586 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool operator bool ()
Defined at line 587 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Holder (fbl::unique_fd pipe_read_side)
Defined at line 770 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void Holder (Holder && o)
Defined at line 772 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
Holder & operator= (Holder && o)
Defined at line 774 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void hold ()
Defined at line 779 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc