Home
last modified time | relevance | path

Searched refs:my_signal_socket (Results 1 – 13 of 13) sorted by relevance

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dmule.c65 uwsgi.my_signal_socket = uwsgi.mules[id - 1].signal_pipe[1]; in uwsgi_mule()
181 event_queue_add_fd_read(mule_queue, uwsgi.my_signal_socket); in uwsgi_mule_handler()
193 …if (interesting_fd == uwsgi.signal_socket || interesting_fd == uwsgi.my_signal_socket || farm_has_… in uwsgi_mule_handler()
319 mulepoll[3].fd = uwsgi.my_signal_socket; in uwsgi_mule_get_msg()
H A Dloop.c133 event_queue_add_fd_read(main_queue, uwsgi.my_signal_socket); in simple_loop_run()
H A Dasync.c439 event_queue_add_fd_read(uwsgi.async_queue, uwsgi.my_signal_socket); in async_loop()
484 …cket > -1 && (interesting_fd == uwsgi.signal_socket || interesting_fd == uwsgi.my_signal_socket)) { in async_loop()
H A Dsignal.c434 pfd[1].fd = uwsgi.my_signal_socket; in uwsgi_signal_wait()
454 if (read(uwsgi.my_signal_socket, &uwsgi_signal, 1) != 1) { in uwsgi_signal_wait()
H A Dinit.c81 uwsgi.my_signal_socket = -1; in uwsgi_init_default()
H A Dmaster_utils.c738 uwsgi.my_signal_socket = uwsgi.workers[wid].signal_pipe[1]; in uwsgi_respawn_worker()
H A Dutils.c1553 …cket > -1 && (interesting_fd == uwsgi.signal_socket || interesting_fd == uwsgi.my_signal_socket)) { in wsgi_req_accept()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/coroae/
H A Dcoroae.c507 …ucoroae.watchers, coroae_add_watcher(uwsgi.my_signal_socket, coroae_closure_sighandler(uwsgi.my_si… in coroae_loop()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/rbthreads/
H A Drbthreads.c89 event_queue_add_fd_read(urbt->queue, uwsgi.my_signal_socket); in uwsgi_rb_thread_core()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/gevent/
H A Dgevent.c197 PyTuple_SetItem(ugevent.signal_args, 1, PyInt_FromLong(uwsgi.my_signal_socket)); in py_uwsgi_gevent_my_signal()
483 …t.my_signal_watcher = PyObject_CallMethod(ugevent.hub_loop, "io", "ii", uwsgi.my_signal_socket, 1); in gevent_loop()
/dports/www/cutelyst/cutelyst-3.2.0/uwsgiEngine/
H A Dplugin.cpp295 uwsgi_cutelyst_watch_signal(uwsgi.my_signal_socket); in uwsgi_cutelyst_loop()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/gccgo/
H A Dgccgo_plugin.c418 __go_go(uwsgi_gccgo_signal_goroutine, &uwsgi.my_signal_socket); in uwsgi_gccgo_loop()
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h2580 int my_signal_socket; member