Searched defs:is_fatal (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_stress_test.cc163 void FailingThread(bool is_fatal) { argument
164 if (is_fatal)
172 void GenerateFatalFailureInAnotherThread(bool is_fatal) { argument
173 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL);
/external/gtest/test/
H A Dgtest_stress_test.cc163 void FailingThread(bool is_fatal) { argument
164 if (is_fatal)
172 void GenerateFatalFailureInAnotherThread(bool is_fatal) { argument
173 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL);
/external/srec/srec/include/
H A Dduk_err.h184 int is_fatal; member in struct:__anon31098

Completed in 82 milliseconds