Home
last modified time | relevance | path

Searched refs:GX_MAX_QUEUE_EVENTS (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_system_rtos_bind.c135 GUIX_LINKED_EVENT guix_event_array[GX_MAX_QUEUE_EVENTS];
156 for (Loop = 0; Loop < GX_MAX_QUEUE_EVENTS - 1; Loop++) in gx_generic_rtos_initialize()
495 GUIX_LINKED_EVENT guix_event_array[GX_MAX_QUEUE_EVENTS];
516 for (Loop = 0; Loop < GX_MAX_QUEUE_EVENTS - 1; Loop++) in gx_generic_rtos_initialize()
/GUIX-v6.2.1/common/inc/
Dgx_system.h377 SYSTEM_DECLARE GX_UBYTE _gx_system_event_queue_memory[GX_MAX_QUEUE_EVENTS * GX_EVENT_SIZE];
Dgx_api.h258 #ifndef GX_MAX_QUEUE_EVENTS
259 #define GX_MAX_QUEUE_EVENTS 48 macro