1#ifndef Cpl_System_Signable_h_
2#define Cpl_System_Signable_h_
38 virtual int signal(
void )
noexcept =0;
This class is used by the Container classes to implement a various types of singly linked containers.
Definition Item.h:33
This abstract class defines the interface by which a client can cause an object that is waiting-on-a-...
Definition Signable.h:28
virtual ~Signable()
Virtual destructor.
Definition Signable.h:31
virtual int su_signal(void) noexcept=0
Same as signal(), EXCEPT this method can ONLY be called from supervisor mode and/or ISR contexts.
virtual int signal(void) noexcept=0
This method is called by client to cause the server to become unblock and ready to run.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20