2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 23:42:18 +00:00

rollback BOOST_THREAD_PATCH.

This commit is contained in:
Vicente J. Botet Escriba
2016-03-23 23:15:50 +01:00
parent 382ac5a426
commit 47357de276
2 changed files with 4 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ namespace boost
}
}
#if defined BOOST_THREAD_PATCH
const pthread_once_t pthread_once_init_value=PTHREAD_ONCE_INIT;
struct BOOST_THREAD_DECL delete_epoch_tss_key_on_dlclose_t
{
@@ -57,6 +58,7 @@ namespace boost
}
};
delete_epoch_tss_key_on_dlclose_t delete_epoch_tss_key_on_dlclose;
#endif
}
uintmax_atomic_t& get_once_per_thread_epoch()