Home
last modified time | relevance | path

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

/components/utilities/resource/
A Dresource_id.h18 #define RESOURCE_ID_INIT(size, pool) {size, pool, 0, RT_NULL, RT_SPINLOCK_INIT} macro
A Drid_bitmap.h18 #define RESOURCE_ID_INIT {0} macro
/components/drivers/ipc/
A Dpipe.c47 static resource_id_t id_mgr = RESOURCE_ID_INIT(RT_UNAMED_PIPE_NUMBER, resoure_id);
/components/libc/compilers/common/
A Dctime.c936 static resource_id_t id_timer = RESOURCE_ID_INIT(TIMER_ID_MAX, timer_id);

Completed in 8 milliseconds