Home
last modified time | relevance | path

Searched refs:input_thread (Results 1 – 25 of 55) sorted by relevance

123

/dports/games/gnuchess/gnuchess-6.2.9/src/
H A Dcomponents.cc51 pthread_t input_thread; variable
90 pthread_create(&input_thread, NULL, input_func, NULL); in InitInputThread()
174 pthread_cancel( input_thread ); in TerminateInput()
175 pthread_join( input_thread, NULL ); in TerminateInput()
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwinput.c51 static HANDLE input_thread = NULL; variable
145 if (input_need_thread && !input_thread) in _win_input_register_event()
146 input_thread = (HANDLE) _beginthread(input_thread_proc, 0, NULL); in _win_input_register_event()
177 input_thread = NULL; in _win_input_unregister_event()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/workspace/shell/
H A Dwindow.py45 self.input_thread = None
86 self.input_thread = InputThread(self, self.process)
87 self.input_thread.start()
92 self.input_thread.stop()
116 self.input_thread.stop()
199 self.input_thread.add_byte(b"\x04")
211 self.input_thread.add_bytes(bytes)
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/
H A Dptt.cc153 input_thread(void *arg) in input_thread() function
211 pthread_create(&input_th[0], NULL, input_thread, &iargs); in main()
216 pthread_create(&input_th[1], NULL, input_thread, &iargs); in main()
222 pthread_create(&input_th[2], NULL, input_thread, &iargs); in main()
/dports/net/pjsip/pjproject-2.11.1/pjlib-util/src/pjlib-util/
H A Dcli_console.c46 pj_thread_t *input_thread; member
75 if (cfe->input_thread) { in console_quit()
89 if (cfe->input_thread) in console_destroy()
90 pj_thread_join(cfe->input_thread); in console_destroy()
92 if (cfe->input_thread) { in console_destroy()
93 pj_thread_destroy(cfe->input_thread); in console_destroy()
94 cfe->input_thread = NULL; in console_destroy()
534 if (!fe->input_thread) {
538 0, 0, &fe->input_thread);
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A DMakefile.am61 sftp/input_thread.cpp \
112 sftp/input_thread.h \
125 storj/input_thread.cpp \
136 storj/input_thread.h \
H A DMakefile.in97 @ENABLE_STORJ_TRUE@ storj/input_thread.cpp \
108 @ENABLE_STORJ_TRUE@ storj/input_thread.h \
192 sftp/filetransfer.cpp sftp/input_thread.cpp sftp/list.cpp \
197 storj/input_thread.cpp storj/list.cpp storj/mkd.cpp \
261 sftp/libfzclient_private_la-input_thread.lo \
354 sftp/$(DEPDIR)/libfzclient_private_la-input_thread.Plo \
363 storj/$(DEPDIR)/libfzclient_private_la-input_thread.Plo \
406 sftp/input_thread.h sftp/list.h sftp/mkd.h sftp/rename.h \
409 storj/file_transfer.h storj/input_thread.h storj/list.h \
1306 sftp/libfzclient_private_la-input_thread.lo: sftp/input_thread.cpp
[all …]
/dports/net/guacamole-server/guacamole-server-1.3.0/src/libguac/
H A Duser-handshake.c213 pthread_t input_thread; in guac_user_start() local
215 if (pthread_create(&input_thread, NULL, guac_user_input_thread, (void*) &params)) { in guac_user_start()
222 pthread_join(input_thread, NULL); in guac_user_start()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/protocols/kubernetes/
H A Dkubernetes.c205 pthread_t input_thread; in guac_kubernetes_client_thread() local
326 if (pthread_create(&(input_thread), NULL, guac_kubernetes_input_thread, (void*) client)) { in guac_kubernetes_client_thread()
349 pthread_join(input_thread, NULL); in guac_kubernetes_client_thread()
/dports/graphics/zbar/zbar-0.23.90/zbar/processor/
H A Dposix.h84 if(proc->input_thread.started) { in add_poll()
125 if(proc->input_thread.started) { in remove_poll()
/dports/audio/baresip/baresip-0.5.8/modules/wincons/
H A Dwincons.c80 static DWORD WINAPI input_thread(LPVOID arg) in input_thread() function
160 st->hThread = CreateThread(NULL, 0, input_thread, st, 0, &threadID); in ui_alloc()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/protocols/ssh/
H A Dssh.c203 pthread_t input_thread; in ssh_client_thread() local
404 if (pthread_create(&(input_thread), NULL, ssh_input_thread, (void*) client)) { in ssh_client_thread()
496 pthread_join(input_thread, NULL); in ssh_client_thread()
/dports/audio/ardour6/Ardour-6.8.0/libs/backends/portaudio/
H A Dwinmmemidi_input_device.cc188 static HANDLE input_thread = GetCurrentThread (); in winmm_input_callback() local
192 if (input_thread != GetCurrentThread ()) { in winmm_input_callback()
193 DWORD otid = GetThreadId (input_thread); in winmm_input_callback()
/dports/multimedia/mpv/mpv-0.34.1/osdep/
H A Dterminal-win.c96 static pthread_t input_thread; variable
188 if (pthread_create(&input_thread, NULL, input_thread_fn, in)) { in terminal_setup_getch()
200 pthread_join(input_thread, NULL); in terminal_uninit()
H A Dterminal-unix.c382 static pthread_t input_thread; variable
461 if (pthread_create(&input_thread, NULL, terminal_thread, NULL)) { in terminal_setup_getch()
489 pthread_join(input_thread, NULL); in terminal_uninit()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/protocols/telnet/
H A Dtelnet.c557 pthread_t input_thread; in guac_telnet_client_thread() local
629 if (pthread_create(&(input_thread), NULL, __guac_telnet_input_thread, (void*) client)) { in guac_telnet_client_thread()
651 pthread_join(input_thread, NULL); in guac_telnet_client_thread()
/dports/devel/py-pyusb/pyusb-1.0.2/tools/
H A Dvcp_terminal.py534 input_thread = threading.Thread(target=lambda: captureInput(input_queue))
535 input_thread.daemon = True
536 input_thread.start()
537 return input_queue, input_thread
/dports/graphics/zbar/zbar-0.23.90/zbar/
H A Dprocessor.c241 zbar_thread_t *thread = &proc->input_thread; in proc_input_thread()
326 if(proc->window && !proc->input_thread.started) in zbar_processor_init()
330 _zbar_thread_stop(&proc->input_thread, &proc->mutex); in zbar_processor_init()
396 _zbar_thread_start(&proc->input_thread, proc_input_thread, proc, in zbar_processor_init()
H A Dprocessor.h88 zbar_thread_t input_thread; /* video input handler */ member
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Dlavrec.c1152 pthread_t input_thread; in main() local
1206 pthread_create(&input_thread, NULL, user_input_thread, NULL); in main()
1214 pthread_cancel(input_thread); in main()
1215 pthread_join(input_thread, 0); in main()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dencmain.c559 pthread_t input_thread; in main() local
584 if (pthread_create(&input_thread, NULL, input_read_thread, (void*)&in_args) != 0) { in main()
785 pthread_join(input_thread, NULL); in main()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dwindows_mme_device.c428 if (input_thread != GetCurrentThread ()) {
429 DWORD otid = GetThreadId (input_thread);
/dports/net/freerdp/freerdp-2.5.0/client/Windows/
H A Dwf_client.c726 HANDLE input_thread; in wf_client_thread() local
740 if (!(input_thread = CreateThread(NULL, 0, wf_input_thread, instance, 0, NULL))) in wf_client_thread()
835 WaitForSingleObject(input_thread, INFINITE); in wf_client_thread()
842 CloseHandle(input_thread); in wf_client_thread()
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-seat-impl.h64 GThread *input_thread; member
/dports/x11-servers/xarcan/xarcan-0.6.0/include/
H A Dmeson.build55 if get_option('input_thread') == 'false'
60 if not enable_input_thread and get_option('input_thread') == 'true'
63 if host_machine.system() == 'windows' and get_option('input_thread') == 'auto'

123