class Holder
Defined at line 556 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 558 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Holder (const Holder & )
Defined at line 562 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
Holder & operator= (const Holder & )
Defined at line 563 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool is_valid ()
Defined at line 565 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool operator bool ()
Defined at line 566 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Holder (fbl::unique_fd pipe_read_side)
Defined at line 670 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void Holder (Holder && o)
Defined at line 672 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
Holder & operator= (Holder && o)
Defined at line 674 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void hold ()
Defined at line 679 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc