/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/ |
H A D | player_time.c | 47 pthread_mutex_lock(&ctx->time_mutex); in bg_player_time_start() 50 pthread_mutex_unlock(&ctx->time_mutex); in bg_player_time_start() 60 pthread_mutex_lock(&ctx->time_mutex); in bg_player_time_stop() 62 pthread_mutex_unlock(&ctx->time_mutex); in bg_player_time_stop() 71 pthread_mutex_lock(&ctx->time_mutex); in bg_player_time_reset() 74 pthread_mutex_unlock(&ctx->time_mutex); in bg_player_time_reset() 78 pthread_mutex_lock(&ctx->time_mutex); in bg_player_time_reset() 80 pthread_mutex_unlock(&ctx->time_mutex); in bg_player_time_reset() 95 pthread_mutex_lock(&ctx->time_mutex); in bg_player_time_get() 133 pthread_mutex_lock(&ctx->time_mutex); in bg_player_time_set() [all …]
|
H A D | player_oa.c | 125 pthread_mutex_lock(&s->time_mutex); in process_frame() 127 pthread_mutex_unlock(&s->time_mutex); in process_frame() 227 pthread_mutex_lock(&s->time_mutex); in bg_player_oa_thread() 229 pthread_mutex_unlock(&s->time_mutex); in bg_player_oa_thread()
|
H A D | recorder.c | 87 pthread_mutex_init(&ret->time_mutex, NULL); in bg_recorder_create() 123 pthread_mutex_destroy(&rec->time_mutex); in bg_recorder_destroy() 623 pthread_mutex_lock(&rec->time_mutex); in bg_recorder_update_time() 635 pthread_mutex_unlock(&rec->time_mutex); in bg_recorder_update_time()
|
H A D | player_audio.c | 51 pthread_mutex_init(&s->time_mutex,NULL); in bg_player_audio_create() 70 pthread_mutex_destroy(&s->time_mutex); in bg_player_audio_destroy()
|
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/ |
H A D | wtime.c | 38 static _AL_MUTEX time_mutex = _AL_MUTEX_UNINITED; variable 46 _al_mutex_lock(&time_mutex); in low_res_current_time() 58 _al_mutex_unlock(&time_mutex); in low_res_current_time() 70 _al_mutex_lock(&time_mutex); in high_res_current_time() 80 _al_mutex_unlock(&time_mutex); in high_res_current_time() 97 _al_mutex_init(&time_mutex); in _al_win_init_time() 116 _al_mutex_destroy(&time_mutex); in _al_win_shutdown_time()
|
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/ |
H A D | localtime_r.cc | 39 static pthread_mutex_t time_mutex; in localtime_r() local 46 pthread_mutex_init(&time_mutex, NULL); in localtime_r() 49 pthread_mutex_lock(&time_mutex); in localtime_r() 56 pthread_mutex_unlock(&time_mutex); in localtime_r()
|
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/ |
H A D | tod_clock.cxx | 65 static pthread_mutex_t time_mutex = PTHREAD_MUTEX_INITIALIZER; variable 122 guard_lock lk(&time_mutex); in tmval() 132 guard_lock lk(&time_mutex); in zusec() 144 guard_lock lk(&time_mutex); in zmsec() 279 guard_lock tmlock(&time_mutex); in TOD_loop()
|
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/log/ |
H A D | sync_time.h | 102 std::unique_lock<std::mutex> l(time_mutex); in DequeueEvent() 111 std::unique_lock<std::mutex> l(time_mutex); 153 return time_mutex; in TimeMutex() 194 std::mutex time_mutex; variable
|
/dports/multimedia/recordmydesktop/recordmydesktop-0.3.8.1/src/ |
H A D | rmd_timer.c | 72 pthread_mutex_lock(&pdata->time_mutex); in rmdTimer() 74 pthread_mutex_unlock(&pdata->time_mutex); in rmdTimer()
|
H A D | rmd_types.h | 330 pthread_mutex_t time_mutex; member
|
H A D | rmd_get_frame.c | 441 pthread_mutex_lock(&pdata->time_mutex); in GetFrame() 442 pthread_cond_wait(&pdata->time_cond, &pdata->time_mutex); in GetFrame() 443 pthread_mutex_unlock(&pdata->time_mutex); in GetFrame()
|
H A D | rmd_initialize_data.c | 89 pthread_mutex_init(&pdata->time_mutex, NULL);
|
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/ioshark/ |
H A D | ioshark_bench.c | 90 pthread_mutex_t time_mutex = PTHREAD_MUTEX_INITIALIZER; variable 113 pthread_mutex_lock(&time_mutex); in update_time() 116 pthread_mutex_unlock(&time_mutex); in update_time()
|
/dports/multimedia/gmerlin/gmerlin-1.2.0/include/ |
H A D | recorder_private.h | 232 pthread_mutex_t time_mutex; member
|
H A D | playerprivate.h | 115 pthread_mutex_t time_mutex; member
|
/dports/devel/libfaketime/libfaketime-da77808/src/ |
H A D | libfaketime.c | 1927 static pthread_mutex_t time_mutex=PTHREAD_MUTEX_INITIALIZER; in fake_clock_gettime() local 1928 pthread_mutex_lock(&time_mutex); in fake_clock_gettime() 1929 pthread_cleanup_push((void (*)(void *))pthread_mutex_unlock, (void *)&time_mutex); in fake_clock_gettime()
|