class Holder
Defined at line 558 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 560 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Holder (const Holder & )
Defined at line 564 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
Holder & operator= (const Holder & )
Defined at line 565 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool is_valid ()
Defined at line 567 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool operator bool ()
Defined at line 568 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Holder (fbl::unique_fd pipe_read_side)
Defined at line 708 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void Holder (Holder && o)
Defined at line 710 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
Holder & operator= (Holder && o)
Defined at line 712 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void hold ()
Defined at line 717 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc