Semaphore_Struct is what is called an embedded instance. It is an opaque structure that contains the data for a Semaphore instance, but does not need to be allocated separately from the structure it lives inside.
↧
Semaphore_Struct is what is called an embedded instance. It is an opaque structure that contains the data for a Semaphore instance, but does not need to be allocated separately from the structure it lives inside.