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

  /external/libchrome/base/synchronization/
lock_unittest.cc 200 PlatformThreadHandle handle3; local
204 ASSERT_TRUE(PlatformThread::Create(0, &thread3, &handle3));
210 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/v8/test/mjsunit/
debug-toggle-mirror-cache.js 39 var handle3 = debug.MakeMirror(123).handle(); variable
40 assertEquals("number", debug.LookupMirror(handle3).type());
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 1162 test::FakeNativeHandle* handle3 = new test::FakeNativeHandle(); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 14178 v8::Persistent<v8::Object> handle1, handle2, handle3; local
    [all...]

Completed in 917 milliseconds