search for: d40164

Displaying 2 results from an estimated 2 matches for "d40164".

Did you mean: d40146
2017 Nov 16
2
question about xray tls data initialization
I'm learning the xray library and try if it can be built on windows, in xray_fdr_logging_impl.h line 152 , comment written as // Using pthread_once(...) to initialize the thread-local data structures but at line 175, 183, code written as thread_local pthread_key_t key; // Ensure that we only actually ever do the pthread initialization once. thread_local bool UNUSED Unused = [] {
2017 Nov 21
2
question about xray tls data initialization
...y > kindly helped ? > > > Yeah, that comment is out-of-date (and the implementation is buggy) -- which > is a shame really. :/ > > But, the good news, is I think we've fixed this now in the top-of-trunk with > https://reviews.llvm.org/D39526 and https://reviews.llvm.org/D40164. > > Curiously though, how far did your exploration into getting XRay to build on > Windows go? > > Cheers > > -- Dean >