class Poker
Defined at line 535 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
A means of unblocking some other thread or process that is waiting (or may in the
future wait) on a corresponding `Holder`.
Public Methods
void Poker ()
Defined at line 537 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Poker (const Poker & )
Defined at line 541 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
Poker & operator= (const Poker & )
Defined at line 542 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool is_valid ()
Defined at line 544 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool operator bool ()
Defined at line 545 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void Poker (fbl::unique_fd pipe_write_side)
Defined at line 655 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void Poker (Poker && o)
Defined at line 657 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
Poker & operator= (Poker && o)
Defined at line 659 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void poke ()
Defined at line 664 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc