Home
last modified time | relevance | path

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

/php-src/TSRM/
H A DTSRM.c116 TSRM_TLS bool is_thread_shutdown = false; variable
129 is_thread_shutdown = false; in tsrm_startup()
138 is_thread_shutdown = true; in tsrm_startup()
147 is_thread_shutdown = true; in tsrm_startup()
185 if (is_thread_shutdown) { in tsrm_shutdown()
190 is_thread_shutdown = true; in tsrm_shutdown()
831 return is_thread_shutdown; in tsrm_is_shutdown()

Completed in 6 milliseconds