OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpawnThreadNotifications
(Results
1 - 4
of
4
) sorted by null
/external/chromium/testing/gtest/test/
gtest_output_test_.cc
458
struct
SpawnThreadNotifications
{
459
SpawnThreadNotifications
() {}
465
GTEST_DISALLOW_COPY_AND_ASSIGN_(
SpawnThreadNotifications
);
470
static void ThreadRoutine(
SpawnThreadNotifications
* notifications) {
485
thread_.reset(new ThreadWithParam<
SpawnThreadNotifications
*>(
499
SpawnThreadNotifications
notifications_;
500
scoped_ptr<ThreadWithParam<
SpawnThreadNotifications
*> > thread_;
/external/chromium_org/testing/gtest/test/
gtest_output_test_.cc
471
struct
SpawnThreadNotifications
{
472
SpawnThreadNotifications
() {}
478
GTEST_DISALLOW_COPY_AND_ASSIGN_(
SpawnThreadNotifications
);
483
static void ThreadRoutine(
SpawnThreadNotifications
* notifications) {
498
thread_.reset(new ThreadWithParam<
SpawnThreadNotifications
*>(
512
SpawnThreadNotifications
notifications_;
513
scoped_ptr<ThreadWithParam<
SpawnThreadNotifications
*> > thread_;
/external/gtest/test/
gtest_output_test_.cc
458
struct
SpawnThreadNotifications
{
459
SpawnThreadNotifications
() {}
465
GTEST_DISALLOW_COPY_AND_ASSIGN_(
SpawnThreadNotifications
);
470
static void ThreadRoutine(
SpawnThreadNotifications
* notifications) {
485
thread_.reset(new ThreadWithParam<
SpawnThreadNotifications
*>(
499
SpawnThreadNotifications
notifications_;
500
scoped_ptr<ThreadWithParam<
SpawnThreadNotifications
*> > thread_;
/ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc
471
struct
SpawnThreadNotifications
{
472
SpawnThreadNotifications
() {}
478
GTEST_DISALLOW_COPY_AND_ASSIGN_(
SpawnThreadNotifications
);
483
static void ThreadRoutine(
SpawnThreadNotifications
* notifications) {
498
thread_.reset(new ThreadWithParam<
SpawnThreadNotifications
*>(
512
SpawnThreadNotifications
notifications_;
513
scoped_ptr<ThreadWithParam<
SpawnThreadNotifications
*> > thread_;
Completed in 30 milliseconds