Home
last modified time | relevance | path

Searched refs:th2 (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wake04.c91 pthread_t th1, th2; in wakeup_thread2() local
118 SAFE_PTHREAD_CREATE(&th2, NULL, wait_thread2, NULL); in wakeup_thread2()
124 SAFE_PTHREAD_JOIN(th2, NULL); in wakeup_thread2()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler-x86-sse2.c307 __m128i ta, tb, tl1, tl2, th1, th2; in interpolate_gint16_cubic_sse2() local
329 th2 = _mm_madd_epi16 (_mm_unpackhi_epi16 (ta, tb), f[1]); in interpolate_gint16_cubic_sse2()
332 th1 = _mm_add_epi32 (th1, th2); in interpolate_gint16_cubic_sse2()
/third_party/python/Lib/test/
Dtest_decimal.py1631 th2 = threading.Thread(target=thfunc2, args=(self,))
1634 th2.start()
1643 th2.join()
/third_party/chromium/patch/
D0001-cve.patch124601 - th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))