__sync, __iospace_sync

Purpose

Synchronize

Ensures that all instructions preceding the function the call to __sync complete before any instructions following the function call can execute.

Prototype

void __sync (void);

void __iospace_sync (void);