class Poker

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

void Poker (const Poker & )

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

Poker & operator= (const Poker & )

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

bool is_valid ()

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

bool operator bool ()

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

void Poker (fbl::unique_fd pipe_write_side)

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

void Poker (Poker && o)

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

Poker & operator= (Poker && o)

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

void poke ()

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