7.9.8.73. GEL_SharedMemHaltOnWriteOff()ΒΆ

Affected cores are not halted during a write to shared memory.

Syntax

GEL_SharedMemHaltOnWriteOff( void );

Parameters

None

Description

Multiple cores on a single processor can share a block of memory. While writing to memory, the breakpoints in that block have to be cleared for a short time by the driver. This function specifies that other cores with executable code on that block are not halted.

Synchronous

Synchronous from GEL: Yes

Completely synchronous: Yes

Example

GEL_SharedMemHaltOnWriteOff();

Related Topics

GEL_SharedMemHaltOnWriteOn

GEL_SharedMemHaltOnStepOff

GEL_SharedMemHaltOnStepOn