HomeSort by relevance Sort by last modified time
    Searched defs:tid2 (Results 1 - 10 of 10) 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);
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
TestStubShardable.java 38 TestIdentifier tid2 = new TestIdentifier("TestStub", "test" + shardIndex + 100); local
39 test.mShardedTestToRun.add(tid2);
TestStub.java 69 TestIdentifier tid2 = new TestIdentifier("TestStub", "test2"); local
70 listener.testStarted(tid2);
71 listener.testEnded(tid2, Collections.emptyMap());
  /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 TestIdentifier tid2 = new TestIdentifier("class", "test" + i); local
93 mListener.testStarted(tid2);
94 mListener.testEnded(tid2, Collections.emptyMap());
TestSuiteStub.java 82 TestIdentifier tid2 = new TestIdentifier("TestStub", "test2"); local
83 listener.testStarted(tid2);
87 listener.testEnded(tid2, Collections.emptyMap());
  /cts/hostsidetests/security/securityPatch/Bug-35764875/
poc.c 98 pthread_t tid1, tid2; local
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareStateManagerTest.java 1270 short tid2 = transactionId.getValue(); local
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
HostTestTest.java 1747 TestIdentifier tid2 = local
1851 TestIdentifier tid2 = new TestIdentifier(SuccessTestCase.class.getName(), "testPass2"); local
1927 TestIdentifier tid2 = new TestIdentifier(Junit4TestClass.class.getName(), "testPass5"); local
1971 TestIdentifier tid2 = new TestIdentifier(Junit4TestClass.class.getName(), "testPass5"); local
    [all...]

Completed in 987 milliseconds