HomeSort by relevance Sort by last modified time
    Searched defs:handle3 (Results 1 - 8 of 8) sorted by null

  /external/chromium/base/synchronization/
lock_unittest.cc 199 PlatformThreadHandle handle3 = kNullThreadHandle; local
203 ASSERT_TRUE(PlatformThread::Create(0, &thread3, &handle3));
209 PlatformThread::Join(handle3);
  /external/chromium_org/base/synchronization/
lock_unittest.cc 201 PlatformThreadHandle handle3; local
205 ASSERT_TRUE(PlatformThread::Create(0, &thread3, &handle3));
211 PlatformThread::Join(handle3);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
lock_test.cc 215 PlatformThreadHandle handle3 = kNullThreadHandle; local
219 EXPECT_TRUE(PlatformThread::Create(&thread3, &handle3));
225 PlatformThread::Join(handle3);
  /external/sfntly/cpp/src/test/
lock_test.cc 215 PlatformThreadHandle handle3 = kNullThreadHandle; local
219 EXPECT_TRUE(PlatformThread::Create(&thread3, &handle3));
225 PlatformThread::Join(handle3);
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 2050 ClientSocketHandle handle3; local
2733 ClientSocketHandle handle3; local
2884 ClientSocketHandle handle3; local
    [all...]
  /external/chromium_org/net/socket/
client_socket_pool_base_unittest.cc 2072 ClientSocketHandle handle3; local
2419 ClientSocketHandle handle3; local
3106 ClientSocketHandle handle3; local
3264 ClientSocketHandle handle3; local
3885 ClientSocketHandle handle3; local
3950 ClientSocketHandle handle3; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 10810 v8::Persistent<v8::Object> handle1, handle2, handle3; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 13257 v8::Persistent<v8::Object> handle1, handle2, handle3; local
    [all...]

Completed in 642 milliseconds