Home
last modified time | relevance | path

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

/ext-fiber/
H A Dfiber.h30 # define PHP_FIBER_API __declspec(dllexport) macro
32 # define PHP_FIBER_API __declspec(dllimport) macro
35 # define PHP_FIBER_API __attribute__ ((visibility("default"))) macro
37 # define PHP_FIBER_API macro
40 extern PHP_FIBER_API zend_class_entry *zend_ce_fiber;
106 PHP_FIBER_API zend_fiber *zend_get_current_fiber(void);
107 PHP_FIBER_API zend_bool zend_is_fiber_exit(const zend_object *exception);
111 PHP_FIBER_API void zend_observer_fiber_switch_register(zend_observer_fiber_switch_handler handler);
126 PHP_FIBER_API void zend_fiber_destroy_context(zend_fiber_context *context);
131 PHP_FIBER_API void zend_fiber_switch_context(zend_fiber_context *to);
[all …]
/ext-fiber/src/
H A Dfiber_asm.c50 PHP_FIBER_API zend_bool zend_fiber_init_context(zend_fiber_context *context, zend_fiber_coroutine c… in zend_fiber_init_context()
72 PHP_FIBER_API void zend_fiber_destroy_context(zend_fiber_context *context) in zend_fiber_destroy_context()
77 PHP_FIBER_API void zend_fiber_switch_context(zend_fiber_context *to) in zend_fiber_switch_context()
86 PHP_FIBER_API void zend_fiber_suspend_context(zend_fiber_context *current) in zend_fiber_suspend_context()
H A Dfiber.c27 PHP_FIBER_API zend_class_entry *zend_ce_fiber;
71 zend_always_inline PHP_FIBER_API zend_bool zend_is_fiber_exit(const zend_object *exception) in zend_is_fiber_exit()
78 PHP_FIBER_API void zend_observer_fiber_switch_register(zend_observer_fiber_switch_handler handler) in zend_observer_fiber_switch_register()

Completed in 12 milliseconds