GDB (xrefs)
Loading...
Searching...
No Matches
Variables
selftests::ptid Namespace Reference

Variables

static constexpr ptid_t pid = ptid_t (1)
 
static constexpr ptid_t lwp = ptid_t (1, 2, 0)
 
static constexpr ptid_t tid = ptid_t (1, 0, 2)
 
static constexpr ptid_t both = ptid_t (1, 2, 2)
 
static constexpr ptid_t null = ptid_t::make_null ()
 
static constexpr ptid_t minus_one = ptid_t::make_minus_one ()
 

Variable Documentation

◆ both

constexpr ptid_t selftests::ptid::both = ptid_t (1, 2, 2)
staticconstexpr

Definition at line 46 of file ptid-selftests.c.

◆ lwp

constexpr ptid_t selftests::ptid::lwp = ptid_t (1, 2, 0)
staticconstexpr

Definition at line 44 of file ptid-selftests.c.

◆ minus_one

constexpr ptid_t selftests::ptid::minus_one = ptid_t::make_minus_one ()
staticconstexpr

Definition at line 53 of file ptid-selftests.c.

◆ null

constexpr ptid_t selftests::ptid::null = ptid_t::make_null ()
staticconstexpr

Definition at line 52 of file ptid-selftests.c.

◆ pid

constexpr ptid_t selftests::ptid::pid = ptid_t (1)
staticconstexpr

Definition at line 43 of file ptid-selftests.c.

◆ tid

constexpr ptid_t selftests::ptid::tid = ptid_t (1, 0, 2)
staticconstexpr

Definition at line 45 of file ptid-selftests.c.