Template Parameters
Function Usage
The template parameters of the TQueSync class are used to specify the source pipeline and destination pipeline. The destination pipeline waits for the source pipeline.
Prototype
1 2 3 4 5 6 | template<pipe_t src, pipe_t dst> class TQueSync { public: __aicore__ inline void SetFlag(TEventID id); __aicore__ inline void WaitFlag(TEventID id); }; |
Parameters
Returns
None
Availability
Constraints
None
Parent topic: TQueSync