Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/
H A Dcondition_variable.cpp84 auto& tl_ptr = __thread_local_data(); in notify_all_at_thread_exit() local
87 if (tl_ptr.get() == nullptr) { in notify_all_at_thread_exit()
88 tl_ptr.set_pointer(new __thread_struct); in notify_all_at_thread_exit()