[Top] | [Contents] | [Index] | [ ? ] |
At least this is true for POSIX threads,
as pthread_create
is a function that synchronizes memory with
respects to other threads. There are many functions which have this
property, a complete list can be found in POSIX, IEEE Std 1003.1-2003,
Base Definitions, Issue 6, in the definition of the term "Memory
Synchronization". For other thread packages, more relaxed or
more strict rules may apply.