Home
last modified time | relevance | path

Searched refs:tid2 (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dmin3.ll48 %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
Dsi-spill-cf.ll242 %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/
Dtwoevtimers.c44 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/
Dtest_task_runner.cpp260 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/
DShadowProcessTest.java88 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/
Dthread.c117 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/
Dthread.c147 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/
Dthread.c272 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/
Dthread.c196 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/
Dthread.c197 apr_os_thread_t tid2) argument
199 return pthread_equal(tid1, tid2);
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_testset.sh472 read tid2
475 echo $tid2
/external/cronet/third_party/apache-portable-runtime/src/include/
Dapr_portable.h327 apr_os_thread_t tid2);