Home
last modified time | relevance | path

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

/PHP-5.3/TSRM/
H A DTSRM.h96 #define THREAD_HASH_OF(thr,ts) (unsigned long)thr%(unsigned long)ts macro
H A DTSRM.c347 hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size); in ts_resource_ex()
451 hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size); in ts_free_thread()
493 hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size); in ts_free_worker_threads()

Completed in 10 milliseconds