Y
Hacker News
new
|
ask
|
show
|
jobs
by
layer8
334 days ago
That can be difficult in a multi-threaded environment with dynamically loaded shared libraries. Or at least it isn’t something that’s generally expected to be guaranteed to work.
2 comments
TuxSH
334 days ago
C++ "magic statics" handle that use case (but with hidden atomic flag load (& more) costs at each access)
link
lokar
334 days ago
Ideally they would do the explicit init at startup before starting threads
link