de265_thread_join 39 libde265/threads.cc void de265_thread_join(de265_thread t) { pthread_join(t,NULL); } de265_thread_join 63 libde265/threads.cc void de265_thread_join(de265_thread t) { WaitForSingleObject(t, INFINITE); }