Searched refs:QUEUE_Create (Results 1 – 4 of 4) sorted by relevance
27 MQueueId QUEUE_Create(const char *name, int size, int count);
20 MQueueId QUEUE_Create(const char *name, int size, int count) in QUEUE_Create() function
29 MQueueId QUEUE_Create(const char *name, int size, int count) in QUEUE_Create() function
46 MQueueId queueId = (MQueueId)QUEUE_Create(name, sizeof(Exchange), config->queueSize); in SAMGR_CreateFixedTaskPool()