| /* |
| * ======== GateThreadSupportNull.c ======== |
| */ |
| |
| #include <xdc/std.h> |
| |
| #include "package/internal/GateThreadSupportNull.xdc.h" |
| |
| Void GateThreadSupportNull_Instance_init(GateThreadSupportNull_Handle gate, |
| const GateThreadSupportNull_Params* params) |
| { |
| } |
| |
| /* |
| * ======== GateThreadSupportNull_enter ======== |
| */ |
| IArg GateThreadSupportNull_enter(GateThreadSupportNull_Handle gate) |
| { |
| return (0); |
| } |
| |
| /* |
| * ======== GateThreadSupportNull_leave ======== |
| */ |
| Void GateThreadSupportNull_leave(GateThreadSupportNull_Handle gate, IArg key) |
| { |
| } |
| |
| /* |
| * ======== GateThreadSupportNull_query ======== |
| */ |
| Bool GateThreadSupportNull_query(Int qual) |
| { |
| return (TRUE); |
| } |