class Holder
Defined at line 568 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 570 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Holder (const Holder & )
Defined at line 574 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
Holder & operator= (const Holder & )
Defined at line 575 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool is_valid ()
Defined at line 577 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool operator bool ()
Defined at line 578 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Holder (fbl::unique_fd pipe_read_side)
Defined at line 759 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void Holder (Holder && o)
Defined at line 761 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
Holder & operator= (Holder && o)
Defined at line 763 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void hold ()
Defined at line 768 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc