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

  /external/valgrind/none/tests/
threadederrno.c 33 pthread_t tid2, tid3; local
34 pthread_create(&tid2, NULL, &thr2, NULL);
39 pthread_join(tid2, NULL);
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
TestStubShardable.java 38 TestDescription tid2 = new TestDescription("TestStub", "test" + shardIndex + 100); local
39 test.mShardedTestToRun.add(tid2);
TestStub.java 70 TestDescription tid2 = new TestDescription("TestStub", "test2"); local
71 listener.testStarted(tid2);
72 listener.testEnded(tid2, new HashMap<String, Metric>());
  /external/ltp/testcases/open_posix_testsuite/functional/timers/timers/
twoevtimers.c 44 timer_t tid1, tid2; local
70 (timer_create(CLOCK_REALTIME, &ev2, &tid2) != 0)) {
91 if (timer_settime(tid2, flags, &its, NULL) != 0) {
  /external/valgrind/drd/tests/
pth_inconsistent_cond_wait.c 96 pthread_t tid2; local
119 PTH_CALL(pthread_create(&tid2, 0, &thread_func, &s_mutex2));
139 PTH_CALL(pthread_join(tid2, 0));
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
ModuleListenerTest.java 92 TestDescription tid2 = new TestDescription("class", "test" + i); local
93 mListener.testStarted(tid2);
94 mListener.testEnded(tid2, new HashMap<String, Metric>());
TestSuiteStub.java 94 TestDescription tid2 = new TestDescription("TestStub", "test2"); local
95 listener.testStarted(tid2);
101 tid2.toString() + "-file",
105 listener.testEnded(tid2, new HashMap<String, Metric>());
  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly_amd64.go 100 tid2 unsafe.Pointer // *int32
os_dragonfly.go 146 tid2: nil,
  /prebuilts/go/linux-x86/src/runtime/
defs_dragonfly_amd64.go 100 tid2 unsafe.Pointer // *int32
os_dragonfly.go 146 tid2: nil,
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
HostTestTest.java 1866 TestDescription tid2 = local
1972 TestDescription tid2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); local
2048 TestDescription tid2 = new TestDescription(Junit4TestClass.class.getName(), "testPass5"); local
2092 TestDescription tid2 = new TestDescription(Junit4TestClass.class.getName(), "testPass5"); local
    [all...]
  /external/valgrind/drd/
pub_drd_bitmap.h 145 void DRD_(bm_report_races)(ThreadId const tid1, ThreadId const tid2,
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
cpuset_memory_testset.sh 472 read tid2
475 echo $tid2
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareStateManagerTest.java 1457 short tid2 = transactionId.getValue(); local
    [all...]

Completed in 405 milliseconds