Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A DTSRM.h87 #define THREAD_HASH_OF(thr,ts) (unsigned long)thr%(unsigned long)ts macro
H A DTSRM.c466 hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size); in ts_resource_ex()
571 hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size); in ts_free_thread()

Completed in 9 milliseconds