Home | History | Annotate | Download | only in Support

Lines Matching refs:get_self

23   EXPECT_TRUE(process::get_self());
24 EXPECT_EQ(process::get_self(), process::get_self());
27 EXPECT_EQ(getpid(), process::get_self()->get_id());
29 EXPECT_EQ(GetCurrentProcessId(), process::get_self()->get_id());
32 EXPECT_LT(1u, process::get_self()->page_size());
34 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_user_time());
35 EXPECT_GT(TimeValue::MaxTime, process::get_self()->get_user_time());
36 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_system_time());
37 EXPECT_GT(TimeValue::MaxTime, process::get_self()->get_system_time());
38 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_wall_time());
39 EXPECT_GT(TimeValue::MaxTime, process::get_self()->get_wall_time());