/prebuilts/go/darwin-x86/src/runtime/race/ |
race.go | 10 // this is turn ensures that runtime uses pthread_create to create threads.
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue5337.go | 20 pthread_create(&tid, 0, thread1, NULL);
|
/prebuilts/go/linux-x86/src/runtime/race/ |
race.go | 10 // this is turn ensures that runtime uses pthread_create to create threads.
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
init-order-pthread-create.cc | 1 // Check that init-order checking is properly disabled if pthread_create is 38 pthread_create(&p, 0, poll, &glob);
|
tsd_dtor_leak.cc | 30 pthread_create(&t, 0, Thread, 0); 35 pthread_create(&t, 0, Thread, 0);
|
/external/compiler-rt/test/tsan/ |
annotate_happens_before.cc | 47 pthread_create(&t[0], NULL, Thread1, NULL); 48 pthread_create(&t[1], NULL, Thread2, NULL);
|
blacklist2.cc | 43 pthread_create(&t[0], NULL, Thread1, NULL); 44 pthread_create(&t[1], NULL, Blacklisted_Thread2, NULL);
|
cond.c | 48 pthread_create(&th1, 0, thr1, 0); 49 pthread_create(&th2, 0, thr2, 0);
|
fork_deadlock.cc | 26 pthread_create(&th1, 0, incrementer, 0); 27 pthread_create(&th2, 0, watchdog, 0);
|
fork_multithreaded.cc | 21 pthread_create(&th, 0, sleeper, 0); 29 pthread_create(&th2, 0, nop, 0);
|
java_volatile.cc | 25 pthread_create(&th, 0, Thread, 0); 31 pthread_create(&th, 0, Thread, 0);
|
memcmp_race.cc | 28 pthread_create(&t[0], NULL, Thread1, NULL); 29 pthread_create(&t[1], NULL, Thread2, NULL);
|
memcpy_race.cc | 27 pthread_create(&t[0], NULL, Thread1, NULL); 28 pthread_create(&t[1], NULL, Thread2, NULL);
|
mop1.c | 30 pthread_create(&t[0], 0, Thread1, 0); 33 pthread_create(&t[1], 0, Thread2, 0);
|
mop_with_offset.cc | 24 pthread_create(&t[0], NULL, Thread1, data); 25 pthread_create(&t[1], NULL, Thread2, data);
|
mop_with_offset2.cc | 24 pthread_create(&t[0], NULL, Thread1, data); 25 pthread_create(&t[1], NULL, Thread2, data);
|
mutexset1.cc | 32 pthread_create(&t[0], NULL, Thread1, NULL); 33 pthread_create(&t[1], NULL, Thread2, NULL);
|
mutexset2.cc | 32 pthread_create(&t[0], NULL, Thread1, NULL); 33 pthread_create(&t[1], NULL, Thread2, NULL);
|
mutexset3.cc | 39 pthread_create(&t[0], NULL, Thread1, NULL); 40 pthread_create(&t[1], NULL, Thread2, NULL);
|
mutexset4.cc | 39 pthread_create(&t[0], NULL, Thread1, NULL); 40 pthread_create(&t[1], NULL, Thread2, NULL);
|
mutexset5.cc | 40 pthread_create(&t[0], NULL, Thread1, NULL); 41 pthread_create(&t[1], NULL, Thread2, NULL);
|
mutexset7.cc | 28 pthread_create(&t[0], NULL, Thread1, NULL); 29 pthread_create(&t[1], NULL, Thread2, NULL);
|
mutexset8.cc | 33 pthread_create(&t[0], NULL, Thread1, NULL); 34 pthread_create(&t[1], NULL, Thread2, NULL);
|
race_on_mutex.c | 30 pthread_create(&t[0], NULL, Thread1, NULL); 31 pthread_create(&t[1], NULL, Thread2, NULL);
|
race_on_read.cc | 31 pthread_create(&t[0], NULL, Thread1, NULL); 32 pthread_create(&t[1], NULL, Thread2, NULL);
|