Searched refs:thread1 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/tlv-terminators/
H A Dmain.c41 struct thread_var_info thread1; variable in typeref:struct:thread_var_info
60 if ( thread1.th == self && thread1.a_addr == objAddr )
61 thread1.a_terminated = true;
62 else if ( thread1.th == self && thread1.b_addr == objAddr )
63 thread1.b_terminated = true;
101 if ( pthread_create(&worker1, NULL, work, &thread1) != 0 ) {
120 //fprintf(stderr, "thread1: &a=%p, &b=%p\n", thread1
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DSecondaryDeadlockTest.java138 final Thread thread1 = new Thread(new Runnable() {
192 thread1.start();
194 thread1.join();
H A DIterDeadlockTest.java146 final Thread thread1 = new Thread(new Runnable() {
209 thread1.start();
215 thread1.join();
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dpipes_tests.c652 pthread_t thread1, thread2; local
660 iret1 = pthread_create( &thread1, NULL, reader_thread, (void*) rdata);
664 pthread_join( thread1, &thread_ret1);
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Ddiff3.c243 struct diff_block *thread0, *thread1, *last_block;
395 thread1 = process_diff (file[rev_mapping[FILE1]], commonname, &last_block);
397 diff3 = make_3way_diff (thread0, thread1);
539 make_3way_diff (struct diff_block *thread0, struct diff_block *thread1)
595 current[0] = thread0; current[1] = thread1;
241 struct diff_block *thread0, *thread1, *last_block; local
536 make_3way_diff(struct diff_block *thread0, struct diff_block *thread1) argument

Completed in 629 milliseconds