Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/
H A Dcondition_variable.cpp60 auto& tl_ptr = __thread_local_data(); in notify_all_at_thread_exit() local
63 if (tl_ptr.get() == nullptr) { in notify_all_at_thread_exit()
64 tl_ptr.set_pointer(new __thread_struct); in notify_all_at_thread_exit()