Searched refs:id_count (Results 1 – 1 of 1) sorted by relevance
48 static ts_rsrc_id id_count; variable153 id_count=0; in tsrm_startup()242 *rsrc_id = TSRM_SHUFFLE_RSRC_ID(id_count++); in ts_allocate_id()246 if (resource_types_table_size < id_count) { in ts_allocate_id()256 resource_types_table_size = id_count; in ts_allocate_id()268 if (p->count < id_count) { in ts_allocate_id()272 for (j=p->count; j<id_count; j++) { in ts_allocate_id()278 p->count = id_count; in ts_allocate_id()297 if (id_count > 0) { in allocate_new_resource()300 (*thread_resources_ptr)->count = id_count; in allocate_new_resource()[all …]
Completed in 7 milliseconds