Searched refs:th2 (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wake04.c | 91 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/ |
D | audio-resampler-x86-sse2.c | 307 __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/ |
D | test_decimal.py | 1631 th2 = threading.Thread(target=thfunc2, args=(self,)) 1634 th2.start() 1643 th2.join()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 124601 - th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))
|