Home
last modified time | relevance | path

Searched defs:once_context (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Donce.hpp162 struct once_context { struct
163 long const function_complete_flag_value;
164 long const running_value;
165 bool counted;
166 detail::win32::handle_manager event_handle;
167 detail::once_char_type mutex_name[once_mutex_name_length];
168 once_context() : in once_context() function
/aosp_15_r20/external/mesa3d/src/util/
H A Du_call_once.c19 struct util_call_once_context_t *once_context = &call_once_context; in util_call_once_data_slow_once() local
26 struct util_call_once_context_t *once_context = &call_once_context; in util_call_once_data_slow() local