OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadRoutine
(Results
1 - 5
of
5
) sorted by null
/external/chromium/testing/gtest/test/
gtest_output_test_.cc
470
static void
ThreadRoutine
(SpawnThreadNotifications* notifications) {
486
&
ThreadRoutine
, ¬ifications_, NULL));
/external/chromium_org/testing/gtest/test/
gtest_output_test_.cc
483
static void
ThreadRoutine
(SpawnThreadNotifications* notifications) {
499
&
ThreadRoutine
, ¬ifications_, NULL));
/external/gtest/test/
gtest_output_test_.cc
470
static void
ThreadRoutine
(SpawnThreadNotifications* notifications) {
486
&
ThreadRoutine
, ¬ifications_, NULL));
/ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc
483
static void
ThreadRoutine
(SpawnThreadNotifications* notifications) {
499
&
ThreadRoutine
, ¬ifications_, NULL));
/external/valgrind/unittest/
posix_tests.cc
819
void*
ThreadRoutine
(void *) {
828
CHECK(pthread_create(&handle, &attributes,
ThreadRoutine
, NULL) != 0);
Completed in 44 milliseconds