de265_cond_wait 50 libde265-1.0.3/libde265/threads.cc void de265_cond_wait(de265_cond* c,de265_mutex* m) { pthread_cond_wait(c,m); } de265_cond_wait 79 libde265-1.0.3/libde265/threads.cc void de265_cond_wait(de265_cond* c,de265_mutex* m) { win32_cond_wait(c,m); }