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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dpthread33394.cc41 pthread_t thread1, thread2; local
43 pthread_create(&thread1, NULL, thread_function, NULL);
47 pthread_join(thread1, &exitcode);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/condition_variable_any/
H A D53830.cc63 std::thread thread1(wait_for_data);
65 thread1.join();
/haiku-buildtools/binutils/gold/testsuite/
H A Dtls_test_main.cc137 pthread_t thread1; local
138 int err = pthread_create(&thread1, NULL, thread_routine, &sems1);
159 err = pthread_join(thread1, &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;
2034 thread1 = ALLOCNO_COLOR_DATA (cp->first)->first_thread_allocno;
2036 if (thread1 == thread2)
2038 if (! allocno_thread_conflict_p (thread1, thread2))
2047 merge_threads (thread1, thread2);
2050 thread1 = ALLOCNO_COLOR_DATA (thread1)->first_thread_allocno;
2052 ALLOCNO_COLOR_DATA (thread1)->thread_freq,
2053 ALLOCNO_NUM (thread1), ALLOCNO_REGNO (thread1),
2017 ira_allocno_t a, thread1, thread2; local
[all...]

Completed in 125 milliseconds