Home
last modified time | relevance | path

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

/PHP-7.2/TSRM/
H A DTSRM.h158 TSRM_API uint8_t tsrm_is_main_thread(void);
H A DTSRM.c823 TSRM_API uint8_t tsrm_is_main_thread(void) in tsrm_is_main_thread() function
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c73 #define php_pcre_mutex_alloc() if (tsrm_is_main_thread() && !pcre_mt) pcre_mt = tsrm_mutex_alloc();
74 #define php_pcre_mutex_free() if (tsrm_is_main_thread() && pcre_mt) tsrm_mutex_free(pcre_mt); pcre_…

Completed in 13 milliseconds