class Poker

Defined at line 540 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 542 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

void Poker (const Poker & )

Defined at line 546 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

Poker & operator= (const Poker & )

Defined at line 547 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

bool is_valid ()

Defined at line 549 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

bool operator bool ()

Defined at line 550 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

void Poker (fbl::unique_fd pipe_write_side)

Defined at line 707 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

void Poker (Poker && o)

Defined at line 709 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

Poker & operator= (Poker && o)

Defined at line 711 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

void poke ()

Defined at line 716 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc