Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/pthread/
Dthread.cpp146 void create_current_thread_tls_key() in create_current_thread_tls_key() function
154 boost::call_once(current_thread_tls_init_flag,&create_current_thread_tls_key); in get_current_thread_data()
160 boost::call_once(current_thread_tls_init_flag,create_current_thread_tls_key); in set_current_thread_data()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread.cpp84 void create_current_thread_tls_key() in create_current_thread_tls_key() function
106 boost::call_once(current_thread_tls_init_flag,create_current_thread_tls_key); in set_current_thread_data()