class Poker

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

void Poker (const Poker & )

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

Poker & operator= (const Poker & )

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 Poker (fbl::unique_fd pipe_write_side)

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

void Poker (Poker && o)

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

Poker & operator= (Poker && o)

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

void poke ()

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