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

  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 9 pthread_t thread1, thread2; variable
15 printf("thread1 filled capabilities\n");
49 pthread_create(&thread1, NULL, thread1_main, NULL);
  /dalvik/tests/033-class-init-deadlock/src/
Main.java 13 Thread thread1, thread2; local
16 thread1 = new Thread() { public void run() { new A(); } };
18 thread1.start();
19 // Give thread1 a chance to start before starting thread2.
26 thread1.interrupt();
  /external/valgrind/main/drd/tests/
rwlock_race.c 37 pthread_t thread1; local
47 pthread_create(&thread1, 0, thread_func, 0);
49 pthread_join(thread1, 0);
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
clone_test.S 56 # thread1 #
59 thread1: label
  /external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S 56 # thread1 #
59 thread1: label
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetAddressThreadTest.java 138 threadsafeTestThread thread1 = new threadsafeTestThread("1", local
150 thread1.start();
155 thread1.join();
  /external/chromium/base/
tools_sanity_unittest.cc 120 PlatformThread::Delegate *thread1 = local
125 PlatformThread::Create(0, thread1, &a);
130 delete thread1;
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 1484 MixerThread *thread1 = checkMixerThread_l(output1); local
    [all...]

Completed in 962 milliseconds