Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dthread.hpp175 detail::thread_data_ptr thread_info;
195 explicit thread(detail::thread_data_ptr data);
197 detail::thread_data_ptr get_thread_info BOOST_PREVENT_MACRO_SUBSTITUTION () const;
202 …static inline detail::thread_data_ptr make_thread_info(BOOST_THREAD_RV_REF(F) f, BOOST_THREAD_RV_R… in make_thread_info()
204 return detail::thread_data_ptr(detail::heap_new< in make_thread_info()
213 static inline detail::thread_data_ptr make_thread_info(BOOST_THREAD_RV_REF(F) f) in make_thread_info()
215 …return detail::thread_data_ptr(detail::heap_new<detail::thread_data<typename boost::remove_referen… in make_thread_info()
219 static inline detail::thread_data_ptr make_thread_info(void (*f)()) in make_thread_info()
221 return detail::thread_data_ptr(detail::heap_new<detail::thread_data<void(*)()> >( in make_thread_info()
226 static inline detail::thread_data_ptr make_thread_info(F f in make_thread_info()
[all …]
/external/rust/android-crates-io/crates/parking_lot_core/src/
Dword_lock.rs52 let mut thread_data_ptr = ptr::null(); in with_thread_data() localVariable
58 thread_data_ptr = tls_thread_data; in with_thread_data()
63 if thread_data_ptr.is_null() { in with_thread_data()
64 thread_data_ptr = thread_data_storage.get_or_insert_with(ThreadData::new); in with_thread_data()
67 f(unsafe { &*thread_data_ptr }) in with_thread_data()
Dparking_lot.rs203 let thread_data_ptr = THREAD_DATA in with_thread_data() localVariable
207 f(unsafe { &*thread_data_ptr }) in with_thread_data()
/external/sdv/vsomeip/third_party/boost/thread/src/pthread/
Dthread.cpp92 …boost::detail::thread_data_ptr thread_info = static_cast<boost::detail::thread_data_base*>(data)->… in tls_destructor()
172 …boost::detail::thread_data_ptr thread_info = static_cast<boost::detail::thread_data_base*>(param)-… in thread_proxy()
291 detail::thread_data_ptr local_thread_info; in start_thread_noexcept()
310 detail::thread_data_ptr thread::get_thread_info BOOST_PREVENT_MACRO_SUBSTITUTION () const in BOOST_PREVENT_MACRO_SUBSTITUTION()
317 detail::thread_data_ptr const local_thread_info=(get_thread_info)(); in join_noexcept()
365 detail::thread_data_ptr const local_thread_info=(get_thread_info)(); in do_try_join_until_noexcept()
425 detail::thread_data_ptr local_thread_info; in detach()
578 detail::thread_data_ptr const local_thread_info=(get_thread_info)(); in interrupt()
593 detail::thread_data_ptr const local_thread_info=(get_thread_info)(); in interruption_requested()
608 detail::thread_data_ptr const local_thread_info=(get_thread_info)(); in native_handle()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c60 LLVMValueRef thread_data_ptr, in lp_llvm_texture_cache_ptr() argument
66 return lp_jit_thread_data_cache(gallivm, thread_data_type, thread_data_ptr); in lp_llvm_texture_cache_ptr()
Dlp_state_fs.c356 LLVMValueRef thread_data_ptr, in lp_build_depth_clamp() argument
381 thread_data_ptr); in lp_build_depth_clamp()
702 LLVMValueRef thread_data_ptr) in generate_fs_loop()
732 thread_data_ptr); in generate_fs_loop()
938 thread_data_type, thread_data_ptr, z); in generate_fs_loop()
982 … LLVMValueRef counter = lp_jit_thread_data_vis_counter(gallivm, thread_data_type, thread_data_ptr); in generate_fs_loop()
1099 params.thread_data_ptr = thread_data_ptr; in generate_fs_loop()
1117 …LVMValueRef invocs = lp_jit_thread_data_ps_invocations(gallivm, thread_data_type, thread_data_ptr); in generate_fs_loop()
1348 thread_data_type, thread_data_ptr, z); in generate_fs_loop()
1410 … LLVMValueRef counter = lp_jit_thread_data_vis_counter(gallivm, thread_data_type, thread_data_ptr); in generate_fs_loop()
[all …]
Dlp_state_cs.c329 LLVMValueRef work_dim_arg, draw_id_arg, thread_data_ptr, io_ptr; in generate_compute() local
432 thread_data_ptr = LLVMGetParam(function, CS_ARG_PER_THREAD_DATA); in generate_compute()
447 lp_build_name(thread_data_ptr, "thread_data"); in generate_compute()
619 args[CS_ARG_PER_THREAD_DATA] = thread_data_ptr; in generate_compute()
685 thread_data_ptr = LLVMGetParam(coro, CS_ARG_PER_THREAD_DATA); in generate_compute()
715 thread_data_ptr); in generate_compute()
718 thread_data_ptr); in generate_compute()
/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread.cpp257 detail::thread_data_ptr current_thread_data(detail::get_current_thread_data(),false); in run_thread_exit_callbacks()
356 thread::thread(detail::thread_data_ptr data): in thread()
421 detail::thread_data_ptr local_thread_info=(get_thread_info)(); in get_id()
434 detail::thread_data_ptr local_thread_info = (get_thread_info)(); in joinable()
443 detail::thread_data_ptr local_thread_info=(get_thread_info)(); in join_noexcept()
458 detail::thread_data_ptr local_thread_info=(get_thread_info)(); in do_try_join_until_noexcept()
489 detail::thread_data_ptr local_thread_info=(get_thread_info)(); in interrupt()
498 detail::thread_data_ptr local_thread_info=(get_thread_info)(); in interruption_requested()
542 detail::thread_data_ptr local_thread_info=(get_thread_info)(); in native_handle()
555 detail::thread_data_ptr thread::get_thread_info BOOST_PREVENT_MACRO_SUBSTITUTION () const in BOOST_PREVENT_MACRO_SUBSTITUTION()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h116 LLVMValueRef thread_data_ptr; member
169 LLVMValueRef thread_data_ptr; member
370 LLVMValueRef thread_data_ptr,
780 LLVMValueRef thread_data_ptr,
Dlp_bld_tgsi.h276 LLVMValueRef thread_data_ptr; member
546 LLVMValueRef thread_data_ptr; member
Dlp_bld_tgsi_soa.c2276 params.thread_data_ptr = bld->thread_data_ptr; in emit_tex()
2445 params.thread_data_ptr = bld->thread_data_ptr; in emit_sample()
2583 params.thread_data_ptr = bld->thread_data_ptr; in emit_fetch_texels()
3457 params.thread_data_ptr = bld->thread_data_ptr; in img_load_emit()
3606 params.thread_data_ptr = bld->thread_data_ptr; in img_store_emit()
3757 params.thread_data_ptr = bld->thread_data_ptr; in img_atomic_emit()
4493 bld.thread_data_ptr = params->thread_data_ptr; in lp_build_tgsi_soa()
Dlp_bld_nir.h286 LLVMValueRef thread_data_ptr; member
Dlp_bld_sample_soa.c3138 LLVMValueRef thread_data_ptr, in lp_build_sample_soa_code() argument
3413 if (dynamic_state->cache_ptr && thread_data_ptr) { in lp_build_sample_soa_code()
3415 thread_data_ptr, texture_index); in lp_build_sample_soa_code()
3855 LLVMValueRef thread_data_ptr = NULL; in lp_build_sample_gen_func() local
3888 thread_data_ptr = LLVMGetParam(function, num_param++); in lp_build_sample_gen_func()
3944 thread_data_ptr, in lp_build_sample_gen_func()
4030 arg_types[num_param++] = LLVMTypeOf(params->thread_data_ptr); in lp_build_sample_soa_func()
4099 args[num_args++] = params->thread_data_ptr; in lp_build_sample_soa_func()
4208 params->thread_data_ptr, in lp_build_sample_soa()
Dlp_bld_nir_soa.c1738 params->thread_data_ptr = bld->thread_data_ptr; in emit_image_op()
1820 params->thread_data_ptr = bld->thread_data_ptr; in emit_tex()
3162 bld.thread_data_ptr = params->thread_data_ptr; in lp_build_nir_soa_func()
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dthread_data.hpp110 typedef boost::shared_ptr<thread_data_base> thread_data_ptr; typedef
115 thread_data_ptr self;
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dthread_data.hpp212 typedef boost::intrusive_ptr<detail::thread_data_base> thread_data_ptr; typedef