Home
last modified time | relevance | path

Searched refs:SW_PROCESS_MANAGER (Results 1 – 5 of 5) sorted by relevance

/dports/devel/pecl-swoole/swoole-4.8.5/src/core/
H A Dlog.cc303 case SW_PROCESS_MANAGER: in put()
/dports/devel/pecl-swoole/swoole-4.8.5/src/server/
H A Dreactor_process.cc153 SwooleG.process_type = SW_PROCESS_MANAGER;
H A Dmanager.cc179 SwooleG.process_type = SW_PROCESS_MANAGER; in start_manager_process()
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole.h495 SW_PROCESS_MANAGER = 3, enumerator
H A Dswoole_server.h1253 return SwooleG.process_type == SW_PROCESS_MANAGER; in is_manager()