coding-notes icon indicating copy to clipboard operation
coding-notes copied to clipboard

Update 07 C++ - Threading and Concurrency.md

Open leeminju531 opened this issue 1 year ago • 0 comments

A minor :

All global and static variables that are ~~initialised at compile time~~ All global and static variables that are initialized at the beginning of execution

maybe, in this context, it seems comprehensive

All global and static variables that have their memory allocation determined at compile time can be accessed by threads. Since the threads should know the addresses for them.

leeminju531 avatar Nov 23 '23 05:11 leeminju531