Home
last modified time | relevance | path

Searched refs:SW_TASK_COROUTINE (Results 1 – 3 of 3) sorted by relevance

/dports/devel/pecl-swoole/swoole-4.8.5/src/server/
H A Dtask_worker.cc306 } else if (current_task->info.ext_flags & SW_TASK_COROUTINE) { in add_static_handler_location()
307 flags |= SW_TASK_COROUTINE; in add_static_handler_location()
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole.h476 SW_TASK_COROUTINE = 1u << 5, enumerator
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_server.cc811 SW_REGISTER_LONG_CONSTANT("SWOOLE_TASK_COROUTINE", SW_TASK_COROUTINE); in php_swoole_server_minit()
1505 if (req->info.ext_flags & SW_TASK_COROUTINE) { in php_swoole_server_onFinish()
3132 buf.info.ext_flags |= (SW_TASK_NONBLOCK | SW_TASK_COROUTINE); in PHP_METHOD()
3388 buf.info.ext_flags |= (SW_TASK_NONBLOCK | SW_TASK_COROUTINE); in PHP_METHOD()