Home
last modified time | relevance | path

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

/PHP-8.1/TSRM/
H A DTSRM.c116 TSRM_TLS uint8_t is_thread_shutdown = 0; variable
129 is_thread_shutdown = 0; in tsrm_startup()
138 is_thread_shutdown = 1; in tsrm_startup()
147 is_thread_shutdown = 1; in tsrm_startup()
187 if (is_thread_shutdown) { in tsrm_shutdown()
192 is_thread_shutdown = 1; in tsrm_shutdown()
806 return is_thread_shutdown; in tsrm_is_shutdown()

Completed in 8 milliseconds