Searched refs:rsrc_id (Results 1 – 2 of 2) sorted by relevance
293 *rsrc_id = 0; in ts_allocate_id()310 return *rsrc_id; in ts_allocate_id()336 *rsrc_id = 0; in ts_allocate_fast_id()351 *rsrc_id = 0; in ts_allocate_fast_id()368 return *rsrc_id; in ts_allocate_fast_id()557 if (p->count > rsrc_id && p->storage[rsrc_id]) { in ts_free_id()560 resource_types_table[rsrc_id].dtor(p->storage[rsrc_id]); in ts_free_id()563 free(p->storage[rsrc_id]); in ts_free_id()566 p->storage[rsrc_id] = NULL; in ts_free_id()590 if (p->count > rsrc_id && p->storage[rsrc_id]) { in ts_apply_for_id()[all …]
91 TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allo…95 TSRM_API ts_rsrc_id ts_allocate_fast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_alloca…166 #define TSRM_SHUFFLE_RSRC_ID(rsrc_id) ((rsrc_id)+1) argument167 #define TSRM_UNSHUFFLE_RSRC_ID(rsrc_id) ((rsrc_id)-1) argument
Completed in 12 milliseconds