de265_thread_create 269 libde265-1.0.3/libde265/threads.cc int ret = de265_thread_create(&pool->thread[i], worker_thread, pool); de265_thread_create 58 libde265-1.0.3/libde265/threads.h int de265_thread_create(de265_thread* t, void *(*start_routine) (void *), void *arg); de265_thread_create 60 libde265-1.0.3/libde265/threads.h int de265_thread_create(de265_thread* t, LPTHREAD_START_ROUTINE start_routine, void *arg);