Main Content

RTW.TflCSemaphoreEntry

Create code replacement table entry for a semaphore or mutex

Description

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.

Examples

collapse all

This example shows how to create a code replacement table entry for a semaphore or mutex, hEnt.

hEnt = RTW.TflCSemaphoreEntry;

Output Arguments

collapse all

The obj is a handle to the created code replacement table entry for a semaphore or mutex.

Version History

Introduced in R2010a