/third_party/musl/libc-test/src/functionalext/thread/ |
D | pthread_cond_timedwait.c | 253 pthread_t tid2; in clockwait_timedwait_0010() local 255 EXPECT_EQ(pthread_create(&tid2, NULL, ClockWaitTimedwait2, NULL), 0); in clockwait_timedwait_0010() 258 pthread_join(tid2, NULL); in clockwait_timedwait_0010() 331 pthread_t tid2; in clockwait_timedwait_0030() local 333 EXPECT_EQ(pthread_create(&tid2, NULL, ClockWaitTimedwait4, NULL), 0); in clockwait_timedwait_0030() 336 pthread_join(tid2, NULL); in clockwait_timedwait_0030() 429 pthread_t tid2; in clockwait_timedwait_0050() local 431 EXPECT_EQ(pthread_create(&tid2, NULL, ClockWaitTimeMismatch2, NULL), 0); in clockwait_timedwait_0050() 435 pthread_join(tid2, NULL); in clockwait_timedwait_0050() 507 pthread_t tid2; in clockwait_timedwait_0070() local [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_once.c | 50 pthread_t tid1, tid2; in pthread_once_0100() local 52 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_once_0100() 54 pthread_join(tid2, NULL); in pthread_once_0100()
|
D | pthread_setspecific.c | 67 pthread_t tid2; in pthread_setspecific_0200() local 68 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_setspecific_0200() 69 pthread_join(tid2, NULL); in pthread_setspecific_0200()
|
D | pthread_mutex_unlock.c | 68 pthread_t tid2, tid3; in pthread_mutex_un_lock_0200() local 69 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_mutex_un_lock_0200() 70 pthread_join(tid2, NULL); in pthread_mutex_un_lock_0200()
|
D | pthread_key_create.c | 70 pthread_t tid2; in pthread_key_create_0200() local 72 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_key_create_0200() 73 pthread_join(tid2, NULL); in pthread_key_create_0200()
|
D | mtx_trylock.c | 82 thrd_t tid2; in mtx_trylock_0200() local 83 result = thrd_create(&tid2, threadfuncB, NULL); in mtx_trylock_0200() 88 result = thrd_join(tid2, NULL); in mtx_trylock_0200()
|
D | pthread_mutex_lock.c | 86 pthread_t tid2; in pthread_mutex_lock_0200() local 87 pthread_create(&tid2, NULL, threadfuncB, NULL); in pthread_mutex_lock_0200() 88 pthread_join(tid2, NULL); in pthread_mutex_lock_0200()
|
D | mtx_lock.c | 111 thrd_t tid2; in mtx_lock_0200() local 112 thrd_create(&tid2, threadfuncB, NULL); in mtx_lock_0200() 117 thrd_join(tid2, NULL); in mtx_lock_0200()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
D | twoevtimers.c | 44 timer_t tid1, tid2; in main() local 70 (timer_create(CLOCK_REALTIME, &ev2, &tid2) != 0)) { in main() 91 if (timer_settime(tid2, flags, &its, NULL) != 0) { in main()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/ |
D | somas_solver_pre.cc | 220 for (size_t tid2 = 0; tid2 < (*pConstraints)[tid1].bit_size_; tid2++) { in TensorRelationLog() local 221 oss << 'H' << std::hex << (*pConstraints)[tid1].bit_[tid2]; in TensorRelationLog()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
D | cpuset_memory_testset.sh | 472 read tid2 475 echo $tid2
|