Home
last modified time | relevance | path

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

/PHP-7.3/TSRM/
H A DTSRM.h145 TSRM_API uint8_t tsrm_is_main_thread(void);
H A DTSRM.c779 TSRM_API uint8_t tsrm_is_main_thread(void) in tsrm_is_main_thread() function
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c88 if (tsrm_is_main_thread() && !pcre_mt) pcre_mt = tsrm_mutex_alloc();
90 if (tsrm_is_main_thread() && pcre_mt) { tsrm_mutex_free(pcre_mt); pcre_mt = NULL; }

Completed in 15 milliseconds