Home
last modified time | relevance | path

Searched refs:thread1 (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dcorethreads.c23 pthread_t thread1; variable
28 assert (pthread_self () == thread1); in start()
40 i = pthread_create (&thread1, NULL, start, NULL); in main()
43 i = pthread_join (thread1, NULL); in main()
Dexecl.c44 pthread_t thread1; in main() local
50 pthread_create (&thread1, NULL, thread_function, NULL); in main()
Dcorethreads.exp51 set thread1 $expect_out(1,string)
56 gdb_test "info threads" "\r\n *\\*? +\[12\] +Thread $thread1 .*" "thread1 found"
Dpthreads.c60 thread1 (void *arg) in thread1() function
146 res = pthread_create (&tid1, &attr, thread1, (void *) 0xfeedface); in main()
Dia64-sigill.c242 static pthread_t thread1, thread2; variable
281 i = pthread_create (&thread1, NULL, thread_func, (void *) (intptr_t) 1); in main()
362 i = pthread_join (thread1, NULL); in main()
Dwatchthreads-reorder.c251 static pthread_t thread1, thread2; variable
290 i = pthread_create (&thread1, NULL, thread1_func, NULL); in main()
371 i = pthread_join (thread1, NULL); in main()
Dthread-find.exp140 gdb_test "thread find $thread1" \
141 "Thread 1 has .*$thread1.*" "find thread id 1"
Dsiginfo-threads.c311 static pthread_t thread1, thread2; variable
365 i = pthread_create (&thread1, NULL, thread1_func, NULL); in main()
461 i = pthread_join (thread1, NULL); in main()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dthreadstest.c472 thread_t thread1, thread2; in test_multi() local
537 if (!TEST_true(run_thread(&thread1, worker)) in test_multi()
547 if (!TEST_true(wait_for_thread(thread1))) in test_multi()
583 thread_t thread1, thread2; in test_multi_default() local
600 if (!TEST_true(run_thread(&thread1, thread_multi_simple_fetch)) in test_multi_default()
606 if (!TEST_true(wait_for_thread(thread1)) in test_multi_default()
/netbsd/src/external/gpl2/xcvs/dist/diff/
Ddiff3.c265 struct diff_block *thread0, *thread1, *last_block; local
461 thread1 = process_diff (file[rev_mapping[FILE1]], commonname, &last_block,
477 diff3 = make_3way_diff (thread0, thread1);
644 make_3way_diff (thread0, thread1) in make_3way_diff() argument
645 struct diff_block *thread0, *thread1; in make_3way_diff()
706 current[0] = thread0; current[1] = thread1;
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-color.cc2349 ira_allocno_t a, thread1, thread2; in form_threads_from_copies() local
2358 thread1 = ALLOCNO_COLOR_DATA (cp->first)->first_thread_allocno; in form_threads_from_copies()
2360 if (thread1 == thread2) in form_threads_from_copies()
2362 if (! allocno_thread_conflict_p (thread1, thread2)) in form_threads_from_copies()
2371 merge_threads (thread1, thread2); in form_threads_from_copies()
2374 thread1 = ALLOCNO_COLOR_DATA (thread1)->first_thread_allocno; in form_threads_from_copies()
2376 ALLOCNO_COLOR_DATA (thread1)->thread_freq, in form_threads_from_copies()
2377 ALLOCNO_NUM (thread1), ALLOCNO_REGNO (thread1), in form_threads_from_copies()
2378 ALLOCNO_FREQ (thread1)); in form_threads_from_copies()
2379 for (a = ALLOCNO_COLOR_DATA (thread1)->next_thread_allocno; in form_threads_from_copies()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-1993-201313204 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
24963 * gdb.threads/pthreads.c (thread1): Add a return statement.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git23876 (gdb) PASS: gdb.threads/pthreads.exp: break thread1
23902 (gdb) PASS: gdb.threads/pthreads.exp: break thread1
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS17868 367b21b37820f516cd49cb6ead5340a9 gcc/testsuite/g++.dg/diagnostic/thread1.C