class Holder
Defined at line 561 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 563 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Holder (const Holder & )
Defined at line 567 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
Holder & operator= (const Holder & )
Defined at line 568 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool is_valid ()
Defined at line 570 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool operator bool ()
Defined at line 571 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Holder (fbl::unique_fd pipe_read_side)
Defined at line 722 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void Holder (Holder && o)
Defined at line 724 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
Holder & operator= (Holder && o)
Defined at line 726 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void hold ()
Defined at line 731 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc