Home
last modified time | relevance | path

Searched refs:wake_thread (Results 1 – 25 of 74) sorted by relevance

123

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/dsp_thread_queue/
H A Ddsp_thread.hpp109 wake_thread(); in join()
121 void wake_thread(void) { cycle_sem.post(); } in wake_thread() function in nova::dsp_thread
225 threads[i]->wake_thread(); in wake_threads()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/core/
H A Dmmal_clock.c598 MMAL_BOOL_T wake_thread = MMAL_FALSE; in mmal_clock_request_add() local
643 wake_thread = private->is_active; in mmal_clock_request_add()
648 if (wake_thread) in mmal_clock_request_add()
671 MMAL_BOOL_T wake_thread = MMAL_TRUE; in mmal_clock_media_time_set() local
720 wake_thread = MMAL_FALSE; in mmal_clock_media_time_set()
728 if (wake_thread) in mmal_clock_media_time_set()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c20 bool wake_thread = false; in pdacf_interrupt() local
32 wake_thread = true; in pdacf_interrupt()
38 return wake_thread ? IRQ_WAKE_THREAD : IRQ_HANDLED; in pdacf_interrupt()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c20 bool wake_thread = false; in pdacf_interrupt() local
32 wake_thread = true; in pdacf_interrupt()
38 return wake_thread ? IRQ_WAKE_THREAD : IRQ_HANDLED; in pdacf_interrupt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c20 bool wake_thread = false; in pdacf_interrupt() local
32 wake_thread = true; in pdacf_interrupt()
38 return wake_thread ? IRQ_WAKE_THREAD : IRQ_HANDLED; in pdacf_interrupt()
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_raspicam/mmal/core/
H A Dmmal_clock.c634 MMAL_BOOL_T wake_thread = MMAL_TRUE; in mmal_clock_media_time_set() local
662 wake_thread = MMAL_FALSE; in mmal_clock_media_time_set()
668 if (wake_thread) in mmal_clock_media_time_set()
671 return wake_thread ? MMAL_SUCCESS : MMAL_EINVAL; in mmal_clock_media_time_set()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c281 atomic_inc(&lis3->wake_thread); in lis3lv02d_selftest()
325 atomic_dec(&lis3->wake_thread); in lis3lv02d_selftest()
467 atomic_set(&lis3->wake_thread, 1); in lis3lv02d_joystick_open()
481 atomic_set(&lis3->wake_thread, 0); in lis3lv02d_joystick_close()
503 if (atomic_read(&lis3->wake_thread)) in lis302dl_interrupt()
1186 atomic_set(&lis3->wake_thread, 0); in lis3lv02d_init_device()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c281 atomic_inc(&lis3->wake_thread); in lis3lv02d_selftest()
325 atomic_dec(&lis3->wake_thread); in lis3lv02d_selftest()
467 atomic_set(&lis3->wake_thread, 1); in lis3lv02d_joystick_open()
481 atomic_set(&lis3->wake_thread, 0); in lis3lv02d_joystick_close()
503 if (atomic_read(&lis3->wake_thread)) in lis302dl_interrupt()
1186 atomic_set(&lis3->wake_thread, 0); in lis3lv02d_init_device()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c281 atomic_inc(&lis3->wake_thread); in lis3lv02d_selftest()
325 atomic_dec(&lis3->wake_thread); in lis3lv02d_selftest()
467 atomic_set(&lis3->wake_thread, 1); in lis3lv02d_joystick_open()
481 atomic_set(&lis3->wake_thread, 0); in lis3lv02d_joystick_close()
503 if (atomic_read(&lis3->wake_thread)) in lis302dl_interrupt()
1186 atomic_set(&lis3->wake_thread, 0); in lis3lv02d_init_device()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_unix.cc184 static int wake_thread(thread_group_t *thread_group);
817 if(wake_thread(thread_group)) in listener()
953 if (wake_thread(thread_group) == 0) in wake_or_create_thread()
1022 static int wake_thread(thread_group_t *thread_group) in wake_thread() function
1081 while(wake_thread(thread_group) == 0) in thread_group_close()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_unix.cc184 static int wake_thread(thread_group_t *thread_group);
817 if(wake_thread(thread_group)) in listener()
953 if (wake_thread(thread_group) == 0) in wake_or_create_thread()
1022 static int wake_thread(thread_group_t *thread_group) in wake_thread() function
1081 while(wake_thread(thread_group) == 0) in thread_group_close()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dthreadpool_unix.cc182 static int wake_thread(thread_group_t *thread_group);
815 if(wake_thread(thread_group)) in listener()
951 if (wake_thread(thread_group) == 0) in wake_or_create_thread()
1017 static int wake_thread(thread_group_t *thread_group) in wake_thread() function
1076 while(wake_thread(thread_group) == 0) in thread_group_close()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dthreadpool_unix.cc182 static int wake_thread(thread_group_t *thread_group);
815 if(wake_thread(thread_group)) in listener()
951 if (wake_thread(thread_group) == 0) in wake_or_create_thread()
1017 static int wake_thread(thread_group_t *thread_group) in wake_thread() function
1076 while(wake_thread(thread_group) == 0) in thread_group_close()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dthreadpool_unix.cc182 static int wake_thread(thread_group_t *thread_group);
815 if(wake_thread(thread_group)) in listener()
951 if (wake_thread(thread_group) == 0) in wake_or_create_thread()
1017 static int wake_thread(thread_group_t *thread_group) in wake_thread() function
1076 while(wake_thread(thread_group) == 0) in thread_group_close()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_unix.cc184 static int wake_thread(thread_group_t *thread_group);
817 if(wake_thread(thread_group)) in listener()
953 if (wake_thread(thread_group) == 0) in wake_or_create_thread()
1022 static int wake_thread(thread_group_t *thread_group) in wake_thread() function
1081 while(wake_thread(thread_group) == 0) in thread_group_close()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dthreadpool_generic.cc119 static int wake_thread(thread_group_t *thread_group,bool due_to_stall);
814 if(wake_thread(thread_group, false)) in listener()
955 if (wake_thread(thread_group, due_to_stall) == 0) in wake_or_create_thread()
1035 static int wake_thread(thread_group_t *thread_group,bool due_to_stall) in wake_thread() function
1106 while(wake_thread(thread_group, false) == 0) in thread_group_close()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dthreadpool_generic.cc227 static int wake_thread(thread_group_t *thread_group);
879 if(wake_thread(thread_group)) in listener()
1015 if (wake_thread(thread_group) == 0) in wake_or_create_thread()
1092 static int wake_thread(thread_group_t *thread_group) in wake_thread() function
1158 while(wake_thread(thread_group) == 0) in thread_group_close()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dthreadpool_generic.cc227 static int wake_thread(thread_group_t *thread_group);
879 if(wake_thread(thread_group)) in listener()
1015 if (wake_thread(thread_group) == 0) in wake_or_create_thread()
1092 static int wake_thread(thread_group_t *thread_group) in wake_thread() function
1158 while(wake_thread(thread_group) == 0) in thread_group_close()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dthreadpool_generic.cc227 static int wake_thread(thread_group_t *thread_group);
878 if(wake_thread(thread_group)) in listener()
1014 if (wake_thread(thread_group) == 0) in wake_or_create_thread()
1091 static int wake_thread(thread_group_t *thread_group) in wake_thread() function
1157 while(wake_thread(thread_group) == 0) in thread_group_close()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dthreadpool_generic.cc227 static int wake_thread(thread_group_t *thread_group);
878 if(wake_thread(thread_group)) in listener()
1014 if (wake_thread(thread_group) == 0) in wake_or_create_thread()
1091 static int wake_thread(thread_group_t *thread_group) in wake_thread() function
1157 while(wake_thread(thread_group) == 0) in thread_group_close()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dthreadpool_generic.cc119 static int wake_thread(thread_group_t *thread_group,bool due_to_stall);
814 if(wake_thread(thread_group, false)) in listener()
955 if (wake_thread(thread_group, due_to_stall) == 0) in wake_or_create_thread()
1035 static int wake_thread(thread_group_t *thread_group,bool due_to_stall) in wake_thread() function
1106 while(wake_thread(thread_group, false) == 0) in thread_group_close()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/ipmi/
H A Dipmi_ssif.c262 struct completion wake_thread; member
483 &ssif_info->wake_thread); in ipmi_ssif_thread()
488 init_completion(&ssif_info->wake_thread); in ipmi_ssif_thread()
524 complete(&ssif_info->wake_thread); in ssif_i2c_send()
1256 complete(&ssif_info->wake_thread); in shutdown_ssif()
1845 init_completion(&ssif_info->wake_thread); in ssif_probe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/ipmi/
H A Dipmi_ssif.c262 struct completion wake_thread; member
483 &ssif_info->wake_thread); in ipmi_ssif_thread()
488 init_completion(&ssif_info->wake_thread); in ipmi_ssif_thread()
524 complete(&ssif_info->wake_thread); in ssif_i2c_send()
1256 complete(&ssif_info->wake_thread); in shutdown_ssif()
1845 init_completion(&ssif_info->wake_thread); in ssif_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/ipmi/
H A Dipmi_ssif.c262 struct completion wake_thread; member
483 &ssif_info->wake_thread); in ipmi_ssif_thread()
488 init_completion(&ssif_info->wake_thread); in ipmi_ssif_thread()
524 complete(&ssif_info->wake_thread); in ssif_i2c_send()
1256 complete(&ssif_info->wake_thread); in shutdown_ssif()
1845 init_completion(&ssif_info->wake_thread); in ssif_probe()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dtask.c99 wake_thread(thr); in task_kill()
143 wake_thread(thr); in __tasklet_wakeup_on()
204 wake_thread(my_ffsl(m) - 1); in __task_wakeup()

123