Searched defs:CreateQueue (Results 1 – 4 of 4) sorted by relevance
61 inline TaskQueueInterface *TaskQueueSet::CreateQueue(QueuePriority priority) in CreateQueue() function
28 JSHandle<JSAPIQueue> CreateQueue(int capacaty = JSAPIQueue::DEFAULT_CAPACITY_LENGTH) in CreateQueue() function in panda::test::JSAPIQueueIteratorTest
186 static JSHandle<JSAPIQueue> CreateQueue(JSThread *thread, int capacaty) in CreateQueue() function
26 JSHandle<JSAPIQueue> CreateQueue(int capacaty = JSAPIQueue::DEFAULT_CAPACITY_LENGTH) in CreateQueue() function in panda::test::JSAPIQueueTest