Searched refs:thread2 (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dpthread33394.cc41 pthread_t thread1, thread2; local
44 pthread_create(&thread2, NULL, thread_function, NULL);
48 pthread_join(thread2, &exitcode);
/haiku-buildtools/binutils/gold/testsuite/
H A Dtls_test_main.cc141 pthread_t thread2; local
142 err = pthread_create(&thread2, NULL, thread_routine, &sems2);
167 err = pthread_join(thread2, &thread_val);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr34334.c72 gboolean (*thread_equal) (gpointer thread1, gpointer thread2);
/haiku-buildtools/gcc/gcc/
H A Dira-color.c2022 ira_allocno_t a, thread1, thread2;
2035 thread2 = ALLOCNO_COLOR_DATA (cp->second)->first_thread_allocno;
2036 if (thread1 == thread2)
2038 if (! allocno_thread_conflict_p (thread1, thread2))
2047 merge_threads (thread1, thread2);
2017 ira_allocno_t a, thread1, thread2; local

Completed in 94 milliseconds