Searched refs:done_cond (Results 1 – 2 of 2) sorted by relevance
44 pthread_cond_t done_cond; member88 pthread_cond_signal(&ctx->done_cond); in thread_worker()135 pthread_cond_init(&ctx->done_cond, NULL); in avpriv_slicethread_create()193 pthread_cond_wait(&ctx->done_cond, &ctx->done_mutex); in avpriv_slicethread_execute()228 pthread_cond_destroy(&ctx->done_cond); in avpriv_slicethread_free()
334 GCond done_cond; member351 g_cond_clear (&tdata->done_cond); in shared_task_data_unref()373 g_cond_signal (&tdata->done_cond); in shared_func()398 g_cond_init (&ret->done_cond); in shared_push()421 g_cond_wait (&tdata->done_cond, &tdata->done_lock); in shared_join()