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