mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 08:34:08 +00:00
Update threading.cpp to have helgrind annotations
This commit is contained in:
@@ -465,8 +465,6 @@ typedef i32 b32; // NOTE(bill): Prefer this!!!
|
||||
#if !defined(gb_thread_local)
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1300
|
||||
#define gb_thread_local __declspec(thread)
|
||||
#elif defined(__GNUC__)
|
||||
#define gb_thread_local __thread
|
||||
#else
|
||||
#define gb_thread_local thread_local
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user