HomeSort by relevance Sort by last modified time
    Searched full:stack_int (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/
simple_thread_unittest.cc 79 int stack_int = 0; local
81 SetIntRunner runner(&stack_int, 7);
82 EXPECT_EQ(0, stack_int);
87 EXPECT_EQ(0, stack_int);
96 EXPECT_EQ(7, stack_int);

Completed in 417 milliseconds