Home
last modified time | relevance | path

Searched defs:tid2 (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/functional/timers/timers/
Dtwoevtimers.c44 timer_t tid1, tid2; in main() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowProcessTest.java88 AtomicInteger tid2 = new AtomicInteger(0); in myTid_returnsDifferentValuesForDifferentThreads() local
/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()
/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/
Dthread.c272 apr_os_thread_t 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()
/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()
/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
Dthread.c197 apr_os_thread_t tid2)
/external/ot-br-posix/tests/unit/
Dtest_task_runner.cpp260 otbr::TaskRunner::TaskId tid1, tid2, tid3, tid4, tid5; in TEST() local