Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A DTSRM.c133 TSRM_TLS uint8_t is_thread_shutdown = 0; variable
152 is_thread_shutdown = 0; in tsrm_startup()
161 is_thread_shutdown = 1; in tsrm_startup()
170 is_thread_shutdown = 1; in tsrm_startup()
193 if (is_thread_shutdown) { in tsrm_shutdown()
198 is_thread_shutdown = 1; in tsrm_shutdown()
852 return is_thread_shutdown; in tsrm_is_shutdown()

Completed in 15 milliseconds