Home
last modified time | relevance | path

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

/php-src/TSRM/
H A DTSRM.h76 #define THREAD_HASH_OF(thr,ts) (unsigned long)thr%(unsigned long)ts macro
H A DTSRM.c447 hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size); in ts_resource_ex()
520 hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size); in ts_free_thread()

Completed in 8 milliseconds