__sync_synchronize
Purpose
This function synchronizes data in all threads.
A full memory barrier is created when this function is invoked.
Prototype
void __sync_synchronize ();
This function synchronizes data in all threads.
A full memory barrier is created when this function is invoked.
void __sync_synchronize ();