| /external/llvm/test/CodeGen/AMDGPU/ |
| D | min3.ll | 48 %tid2 = mul i32 %tid, 2 53 %gep3 = getelementptr i32, i32 addrspace(1)* %aptr, i32 %tid2 54 %gep4 = getelementptr i32, i32 addrspace(1)* %bptr, i32 %tid2 55 %gep5 = getelementptr i32, i32 addrspace(1)* %cptr, i32 %tid2 58 %outgep1 = getelementptr i32, i32 addrspace(1)* %out, i32 %tid2 82 %tid2 = mul i32 %tid, 2 87 %gep3 = getelementptr i32, i32 addrspace(1)* %aptr, i32 %tid2 88 %gep4 = getelementptr i32, i32 addrspace(1)* %bptr, i32 %tid2 89 %gep5 = getelementptr i32, i32 addrspace(1)* %cptr, i32 %tid2 92 %outgep1 = getelementptr i32, i32 addrspace(1)* %out, i32 %tid2
|
| D | si-spill-cf.ll | 242 %tid2 = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0) #2 243 %tidf = bitcast i32 %tid2 to float
|
| /external/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()
|
| /external/ot-br-posix/tests/unit/ |
| D | test_task_runner.cpp | 260 otbr::TaskRunner::TaskId tid1, tid2, tid3, tid4, tid5; in TEST() local 263 tid2 = taskRunner.Post(std::chrono::milliseconds(20), [&]() { str.push_back('b'); }); in TEST() 269 CHECK(tid1 < tid2); in TEST() 270 CHECK(tid2 < tid3); in TEST() 274 taskRunner.Cancel(tid2); in TEST() 307 taskRunner.Cancel(tid2); in TEST()
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowProcessTest.java | 88 AtomicInteger tid2 = new AtomicInteger(0); in myTid_returnsDifferentValuesForDifferentThreads() local 98 tid2.set(android.os.Process.myTid()); in myTid_returnsDifferentValuesForDifferentThreads() 105 assertThat(tid1).isNotEqualTo(tid2); in myTid_returnsDifferentValuesForDifferentThreads()
|
| /external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/ |
| D | thread.c | 117 int apr_os_thread_equal(apr_os_thread_t tid1, apr_os_thread_t tid2) in apr_os_thread_equal() argument 119 return tid1 == tid2; in apr_os_thread_equal()
|
| /external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/ |
| D | thread.c | 147 int apr_os_thread_equal(apr_os_thread_t tid1, apr_os_thread_t tid2) in apr_os_thread_equal() argument 149 return (tid1 == tid2); in apr_os_thread_equal()
|
| /external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/ |
| D | thread.c | 272 apr_os_thread_t tid2) in apr_os_thread_equal() argument 278 return (tid1 == tid2); in apr_os_thread_equal()
|
| /external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/ |
| D | thread.c | 196 int apr_os_thread_equal(apr_os_thread_t tid1, apr_os_thread_t tid2) in apr_os_thread_equal() argument 198 return tid1 == tid2; in apr_os_thread_equal()
|
| /external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/ |
| D | thread.c | 197 apr_os_thread_t tid2) argument 199 return pthread_equal(tid1, tid2);
|
| /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
| D | cpuset_memory_testset.sh | 472 read tid2 475 echo $tid2
|
| /external/cronet/third_party/apache-portable-runtime/src/include/ |
| D | apr_portable.h | 327 apr_os_thread_t tid2);
|