Searched refs:tsrm_tls_table_size (Results 1 – 1 of 1) sorted by relevance
47 static int tsrm_tls_table_size; variable146 tsrm_tls_table_size = expected_threads; in tsrm_startup()148 tsrm_tls_table = (tsrm_tls_entry **) calloc(tsrm_tls_table_size, sizeof(tsrm_tls_entry *)); in tsrm_startup()182 for (i=0; i<tsrm_tls_table_size; i++) { in tsrm_shutdown()264 for (i=0; i<tsrm_tls_table_size; i++) { in ts_allocate_id()361 hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size); in ts_resource_ex()462 hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size); in ts_free_thread()504 hash_value = THREAD_HASH_OF(thread_id, tsrm_tls_table_size); in ts_free_worker_threads()551 for (i=0; i<tsrm_tls_table_size; i++) { in ts_free_id()
Completed in 6 milliseconds