id_count           48 TSRM/TSRM.c    static ts_rsrc_id		id_count;
id_count          148 TSRM/TSRM.c    	id_count=0;
id_count          228 TSRM/TSRM.c    	*rsrc_id = TSRM_SHUFFLE_RSRC_ID(id_count++);
id_count          232 TSRM/TSRM.c    	if (resource_types_table_size < id_count) {
id_count          233 TSRM/TSRM.c    		resource_types_table = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_type)*id_count);
id_count          240 TSRM/TSRM.c    		resource_types_table_size = id_count;
id_count          252 TSRM/TSRM.c    			if (p->count < id_count) {
id_count          255 TSRM/TSRM.c    				p->storage = (void *) realloc(p->storage, sizeof(void *)*id_count);
id_count          256 TSRM/TSRM.c    				for (j=p->count; j<id_count; j++) {
id_count          262 TSRM/TSRM.c    				p->count = id_count;
id_count          281 TSRM/TSRM.c    	if (id_count > 0) {
id_count          282 TSRM/TSRM.c    		(*thread_resources_ptr)->storage = (void **) malloc(sizeof(void *)*id_count);
id_count          284 TSRM/TSRM.c    	(*thread_resources_ptr)->count = id_count;
id_count          294 TSRM/TSRM.c    	for (i=0; i<id_count; i++) {