Package: RTW
Create code replacement table entry for a semaphore or mutex
obj = RTW.TflCSemaphoreEntry
example
obj = RTW.TflCSemaphoreEntry creates a handle, obj, to a code replacement table entry for a semaphore or mutex. The entry maps a conceptual representation of a semaphore or mutex to an implementation (replacement) representation.
obj
collapse all
This example shows how to create a code replacement table entry for a semaphore or mutex, hEnt.
hEnt
hEnt = RTW.TflCSemaphoreEntry;
The obj is a handle to the created code replacement table entry for a semaphore or mutex.