Searched refs:tsrm_is_main_thread (Results 1 – 3 of 3) sorted by relevance
145 TSRM_API uint8_t tsrm_is_main_thread(void);
779 TSRM_API uint8_t tsrm_is_main_thread(void) in tsrm_is_main_thread() function
88 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