Home
last modified time | relevance | path

Searched defs:queue (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/net/compatible/nlib/
Dnlib_queue.h40 #define NLIB_Queue_Init(queue) ((queue)->next = (queue)->prev = NULL) argument
45 #define NLIB_Queue_QueryHead(queue) ((queue)->next) argument
50 #define NLIB_Queue_QueryTail(queue) ((queue)->prev) argument
65 #define NLIB_Queue_IsEmpty(queue) ((queue)->next == NULL) argument
70 #define NLIB_Queue_IsEnd(queue, item) ((item) == NULL) argument
75 #define NLIB_Queue_EnqueueAfter(type, queue, previtem, item, link) \ argument
89 #define NLIB_Queue_EnqueueBefore(type, queue, item, afteritem, link) \ argument
103 #define NLIB_Queue_EnqueueTail(type, queue, item, link) \ argument
120 #define NLIB_Queue_EnqueueHead(type, queue, item, link) \ argument
137 #define NLIB_Queue_DequeueItem(type, queue, item, link) \ argument
[all …]
/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/net/compatible/nos/
Dnos_horizon.h266 NN_INLINE void NOS_InitThreadQueue(NOSThreadQueue* queue) in NOS_InitThreadQueue()
286 NN_INLINE void NOS_WakeupThread(NOSThreadQueue* queue) in NOS_WakeupThread()
311 NN_INLINE void NOS_SleepThread(NOSThreadQueue* queue) in NOS_SleepThread()