Home
last modified time | relevance | path

Searched refs:state_cond (Results 1 – 25 of 99) sorted by relevance

1234

/dports/comms/scrcpy/scrcpy-1.9/app/src/
H A Dfps_counter.c18 counter->state_cond = SDL_CreateCond(); in fps_counter_init()
19 if (!counter->state_cond) { in fps_counter_init()
33 SDL_DestroyCond(counter->state_cond); in fps_counter_destroy()
73 cond_wait(counter->state_cond, counter->mutex); in run_fps_counter()
83 cond_wait_timeout(counter->state_cond, counter->mutex, remaining); in run_fps_counter()
99 cond_signal(counter->state_cond); in fps_counter_start()
117 cond_signal(counter->state_cond); in fps_counter_stop()
135 cond_signal(counter->state_cond); in fps_counter_interrupt()
H A Dfps_counter.h13 SDL_cond *state_cond; member
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libcubeb/src/
H A Dcubeb_oss.c46 pthread_cond_t state_cond; member
180 pthread_cond_wait(&stream->state_cond, &stream->state_mutex); in writer()
309 pthread_cond_init(&stream->state_cond, NULL); in oss_stream_init()
331 pthread_cond_signal(&stream->state_cond); in oss_stream_destroy()
338 pthread_cond_destroy(&stream->state_cond); in oss_stream_destroy()
396 pthread_cond_signal(&stream->state_cond); in oss_stream_start()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER in toku_txn_create_txn()
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr); in toku_txn_create_txn()
376 &txn->state_cond, in txn_note_commit()
450 &txn->state_cond, in txn_note_abort()
587 toku_cond_destroy(&txn->state_cond); in toku_txn_destroy_txn()
703 toku_cond_broadcast(&txn->state_cond); in toku_txn_unpin_live_txn()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER in toku_txn_create_txn()
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr); in toku_txn_create_txn()
376 &txn->state_cond, in txn_note_commit()
450 &txn->state_cond, in txn_note_abort()
587 toku_cond_destroy(&txn->state_cond); in toku_txn_destroy_txn()
703 toku_cond_broadcast(&txn->state_cond); in toku_txn_unpin_live_txn()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER in toku_txn_create_txn()
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr); in toku_txn_create_txn()
376 &txn->state_cond, in txn_note_commit()
450 &txn->state_cond, in txn_note_abort()
587 toku_cond_destroy(&txn->state_cond); in toku_txn_destroy_txn()
703 toku_cond_broadcast(&txn->state_cond); in toku_txn_unpin_live_txn()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER in toku_txn_create_txn()
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr); in toku_txn_create_txn()
376 &txn->state_cond, in txn_note_commit()
450 &txn->state_cond, in txn_note_abort()
587 toku_cond_destroy(&txn->state_cond); in toku_txn_destroy_txn()
703 toku_cond_broadcast(&txn->state_cond); in toku_txn_unpin_live_txn()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER in toku_txn_create_txn()
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr); in toku_txn_create_txn()
376 &txn->state_cond, in txn_note_commit()
450 &txn->state_cond, in txn_note_abort()
587 toku_cond_destroy(&txn->state_cond); in toku_txn_destroy_txn()
703 toku_cond_broadcast(&txn->state_cond); in toku_txn_unpin_live_txn()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER in toku_txn_create_txn()
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr); in toku_txn_create_txn()
376 &txn->state_cond, in txn_note_commit()
450 &txn->state_cond, in txn_note_abort()
587 toku_cond_destroy(&txn->state_cond); in toku_txn_destroy_txn()
703 toku_cond_broadcast(&txn->state_cond); in toku_txn_unpin_live_txn()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER in toku_txn_create_txn()
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr); in toku_txn_create_txn()
376 &txn->state_cond, in txn_note_commit()
450 &txn->state_cond, in txn_note_abort()
587 toku_cond_destroy(&txn->state_cond); in toku_txn_destroy_txn()
703 toku_cond_broadcast(&txn->state_cond); in toku_txn_unpin_live_txn()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER in toku_txn_create_txn()
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr); in toku_txn_create_txn()
376 &txn->state_cond, in txn_note_commit()
450 &txn->state_cond, in txn_note_abort()
587 toku_cond_destroy(&txn->state_cond); in toku_txn_destroy_txn()
703 toku_cond_broadcast(&txn->state_cond); in toku_txn_unpin_live_txn()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER in toku_txn_create_txn()
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr); in toku_txn_create_txn()
376 &txn->state_cond, in txn_note_commit()
450 &txn->state_cond, in txn_note_abort()
587 toku_cond_destroy(&txn->state_cond); in toku_txn_destroy_txn()
703 toku_cond_broadcast(&txn->state_cond); in toku_txn_unpin_live_txn()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr);
376 &txn->state_cond,
450 &txn->state_cond,
587 toku_cond_destroy(&txn->state_cond);
703 toku_cond_broadcast(&txn->state_cond);
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER in toku_txn_create_txn()
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr); in toku_txn_create_txn()
376 &txn->state_cond, in txn_note_commit()
450 &txn->state_cond, in txn_note_abort()
587 toku_cond_destroy(&txn->state_cond); in toku_txn_destroy_txn()
703 toku_cond_broadcast(&txn->state_cond); in toku_txn_unpin_live_txn()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/txn/
H A Dtxn.cc271 .state_cond = ZERO_COND_INITIALIZER, // Not TOKU_COND_INITIALIZER in toku_txn_create_txn()
298 toku_cond_init(*result_state_cond_key, &result->state_cond, nullptr); in toku_txn_create_txn()
376 &txn->state_cond, in txn_note_commit()
450 &txn->state_cond, in txn_note_abort()
587 toku_cond_destroy(&txn->state_cond); in toku_txn_destroy_txn()
703 toku_cond_broadcast(&txn->state_cond); in toku_txn_unpin_live_txn()
/dports/misc/amanda-server/amanda-3.3.9/device-src/
H A Dxfer-dest-taper-cacher.c190 GCond *state_cond; member
447 g_cond_broadcast(self->state_cond); in open_disk_cache_fds()
507 g_cond_wait(self->state_cond, self->state_mutex); in disk_cache_thread()
693 g_cond_wait(self->state_cond, self->state_mutex); in slab_source_setup()
1026 g_cond_wait(self->state_cond, self->state_mutex); in device_thread()
1237 g_cond_broadcast(self->state_cond); in cancel_impl()
1282 g_cond_broadcast(self->state_cond); in start_part_impl()
1351 self->state_cond = g_cond_new(); in instance_init()
1375 g_cond_free(self->state_cond); in finalize_impl()
H A Dxfer-dest-taper-splitter.c124 GCond *state_cond; member
598 g_cond_wait(self->state_cond, self->state_mutex); in device_thread()
747 g_cond_broadcast(self->state_cond); in cancel_impl()
797 g_cond_broadcast(self->state_cond); in start_part_impl()
895 self->state_cond = g_cond_new(); in instance_init()
918 g_cond_free(self->state_cond); in finalize_impl()
/dports/misc/amanda-client/amanda-3.3.9/device-src/
H A Dxfer-dest-taper-cacher.c190 GCond *state_cond; member
447 g_cond_broadcast(self->state_cond); in open_disk_cache_fds()
507 g_cond_wait(self->state_cond, self->state_mutex); in disk_cache_thread()
693 g_cond_wait(self->state_cond, self->state_mutex); in slab_source_setup()
1026 g_cond_wait(self->state_cond, self->state_mutex); in device_thread()
1237 g_cond_broadcast(self->state_cond); in cancel_impl()
1282 g_cond_broadcast(self->state_cond); in start_part_impl()
1351 self->state_cond = g_cond_new(); in instance_init()
1375 g_cond_free(self->state_cond); in finalize_impl()
H A Dxfer-dest-taper-splitter.c124 GCond *state_cond; member
598 g_cond_wait(self->state_cond, self->state_mutex); in device_thread()
747 g_cond_broadcast(self->state_cond); in cancel_impl()
797 g_cond_broadcast(self->state_cond); in start_part_impl()
895 self->state_cond = g_cond_new(); in instance_init()
918 g_cond_free(self->state_cond); in finalize_impl()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Domx.c217 pthread_cond_t state_cond; member
275 pthread_cond_broadcast(&s->state_cond); in event_handler()
283 pthread_cond_broadcast(&s->state_cond); in event_handler()
380 pthread_cond_wait(&s->state_cond, &s->state_mutex); in wait_for_state()
624 pthread_cond_destroy(&s->state_cond); in cleanup()
652 pthread_cond_init(&s->state_cond, NULL); in omx_encode_init()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Domx.c217 pthread_cond_t state_cond; member
275 pthread_cond_broadcast(&s->state_cond); in event_handler()
283 pthread_cond_broadcast(&s->state_cond); in event_handler()
380 pthread_cond_wait(&s->state_cond, &s->state_mutex); in wait_for_state()
624 pthread_cond_destroy(&s->state_cond); in cleanup()
652 pthread_cond_init(&s->state_cond, NULL); in omx_encode_init()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Domx.c217 pthread_cond_t state_cond; member
275 pthread_cond_broadcast(&s->state_cond); in event_handler()
283 pthread_cond_broadcast(&s->state_cond); in event_handler()
380 pthread_cond_wait(&s->state_cond, &s->state_mutex); in wait_for_state()
624 pthread_cond_destroy(&s->state_cond); in cleanup()
656 pthread_cond_init(&s->state_cond, NULL); in omx_encode_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Domx.c217 pthread_cond_t state_cond; member
275 pthread_cond_broadcast(&s->state_cond); in event_handler()
283 pthread_cond_broadcast(&s->state_cond); in event_handler()
380 pthread_cond_wait(&s->state_cond, &s->state_mutex); in wait_for_state()
624 pthread_cond_destroy(&s->state_cond); in cleanup()
652 pthread_cond_init(&s->state_cond, NULL); in omx_encode_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Domx.c217 pthread_cond_t state_cond; member
275 pthread_cond_broadcast(&s->state_cond); in event_handler()
283 pthread_cond_broadcast(&s->state_cond); in event_handler()
380 pthread_cond_wait(&s->state_cond, &s->state_mutex); in wait_for_state()
624 pthread_cond_destroy(&s->state_cond); in cleanup()
652 pthread_cond_init(&s->state_cond, NULL); in omx_encode_init()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/srun/libsrun/
H A Dsrun_job.h106 pthread_cond_t state_cond; member

1234