2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

Make the xoshiro128plusplus thread-safe

This commit is contained in:
Ondřej Surý
2018-05-29 14:10:32 +02:00
parent 99ba29bc52
commit ce71d94434
7 changed files with 246 additions and 54 deletions

View File

@@ -18,6 +18,14 @@
***** Platform-dependent defines.
*****/
/***
*** Thread-Local Storage
***/
#ifdef HAVE___THREAD
#define thread_local __thread
#endif
/***
*** Network.
***/