Searched refs:tl_ptr (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/cxx/cxx/
H A Dcondition_variable.cpp82 auto& tl_ptr = __thread_local_data(); local
85 if (tl_ptr.get() == nullptr) {
86 tl_ptr.set_pointer(new __thread_struct);

Completed in 80 milliseconds