class Poker

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

void Poker (const Poker & )

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

Poker & operator= (const Poker & )

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

bool is_valid ()

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

bool operator bool ()

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

void Poker (fbl::unique_fd pipe_write_side)

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

void Poker (Poker && o)

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

Poker & operator= (Poker && o)

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

void poke ()

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