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

  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 9 pthread_t thread1, thread2; variable
32 printf("thread2 getting capabilities\n");
50 pthread_create(&thread2, NULL, thread2_main, NULL);
  /art/test/033-class-init-deadlock/src/
Main.java 27 Thread thread1, thread2; local
31 thread2 = new Thread() { public void run() { new B(); } };
33 // Give thread1 a chance to start before starting thread2.
35 thread2.start();
41 thread2.interrupt();
  /external/ltrace/testsuite/ltrace.main/
main-threaded.c 19 pthread_t thread2; local
22 pthread_create (&thread2, NULL, th_main, "bbb");
25 pthread_join (thread2, NULL);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
SpinLockTest.cpp 83 OwnPtr<WebThread> thread2 = adoptPtr(Platform::current()->createThread("thread2")); local
86 thread2->postTask(new Task(WTF::bind(&threadMain, static_cast<char*>(sharedBuffer))));
89 thread2.clear();
  /external/lldb/test/functionalities/thread/
main.c 16 thread2 (void *input) function
29 pthread_create (&thread_2, NULL, thread2, NULL);
  /external/ltrace/testsuite/ltrace.torture/
vfork-thread.c 45 pthread_t thread2; local
46 pthread_create (&thread2, NULL, &routine2, NULL);
47 pthread_join (thread2, NULL);
  /external/valgrind/main/drd/tests/
rwlock_race.c 38 pthread_t thread2; local
48 pthread_create(&thread2, 0, thread_func, 0);
50 pthread_join(thread2, 0);
std_atomic.cpp 34 pthread_t thread2; local
44 err = pthread_create(&thread2, NULL, &func2, NULL);
51 err = pthread_join(thread2, NULL);
std_list.cpp 81 pthread_t thread2; local
89 err = pthread_create(&thread2, NULL, &func2, &instance2);
96 err = pthread_join(thread2, NULL);
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
clone_test.S 52 jz thread2 # if so, jump to thrad2
69 thread2: label
  /external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S 52 jz thread2 # if so, jump to thrad2
69 thread2: label
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogRecordTest.java 60 // Create and start the thread2
61 MockThread thread2 = new MockThread(); local
62 thread2.start();
64 thread2.join();
71 assertTrue(lr.getThreadID() != thread2.lr.getThreadID());
72 assertTrue(thread.lr.getThreadID() != thread2.lr.getThreadID());
  /external/lldb/test/functionalities/thread/thread_exit/
main.cpp 37 // Synchronize with the main thread and thread2.
45 thread2 (void *input) function
74 pthread_create (&thread_2, NULL, thread2, NULL); // Set first breakpoint here
76 // Wait for thread2 to start.
  /external/strace/test/
threaded_execve.c 82 thread2(void *unused) function
113 clone2(thread2, malloc(16 * 1024), 16 * 1024, 0
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressThreadTest.java 140 threadsafeTestThread thread2 = new threadsafeTestThread("2", local
151 thread2.start();
156 thread2.join();
  /external/chromium_org/third_party/webrtc/base/
logging_unittest.cc 89 LogThread thread1, thread2, thread3; local
91 thread2.Start();
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 95 Thread thread2 = new Thread(r2); local
96 thread2.start();
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ThreadFactoryBuilderTest.java 76 Thread thread2 = threadFactory.newThread(monitoredRunnable); local
77 checkThreadPoolName(thread2, 2);
80 thread2.getName().substring(0, thread.getName().lastIndexOf('-')));
87 thread2.getName().substring(0, thread.getName().lastIndexOf('-')))
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 1824 MixerThread *thread2 = checkMixerThread_l(output2); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_structs.h 123 struct thread2 struct
165 struct thread2 thread2; member in struct:brw_clip_unit_state
405 struct thread2 thread2; member in struct:brw_sf_unit_state
472 struct thread2 thread2; member in struct:brw_gs_unit_state
516 struct thread2 thread2; member in struct:brw_vs_unit_state
551 struct thread2 thread2 member in struct:brw_wm_unit_state
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 123 struct thread2 struct
165 struct thread2 thread2; member in struct:brw_clip_unit_state
405 struct thread2 thread2; member in struct:brw_sf_unit_state
472 struct thread2 thread2; member in struct:brw_gs_unit_state
516 struct thread2 thread2; member in struct:brw_vs_unit_state
551 struct thread2 thread2 member in struct:brw_wm_unit_state
    [all...]

Completed in 656 milliseconds