Home
last modified time | relevance | path

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

/PHP-8.0/TSRM/
H A DTSRM.c52 static ts_rsrc_id id_count; variable
141 id_count=0; in tsrm_startup()
253 if (p->count < id_count) { in tsrm_update_active_threads()
257 for (j=p->count; j<id_count; j++) { in tsrm_update_active_threads()
267 p->count = id_count; in tsrm_update_active_threads()
287 if (resource_types_table_size < id_count) { in ts_allocate_id()
297 resource_types_table_size = id_count; in ts_allocate_id()
355 resource_types_table_size = id_count; in ts_allocate_fast_id()
378 if (id_count > 0) { in allocate_new_resource()
381 (*thread_resources_ptr)->count = id_count; in allocate_new_resource()
[all …]

Completed in 5 milliseconds