Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_lru_cache.cpp45 preset::handle_type h = cache[dummy_key];
58 preset::handle_type sheep = cache["sheep"];
59 preset::handle_type horse = cache["horse"];
60 preset::handle_type bull = cache["bull"];
63 std::vector<preset::handle_type> animals;
82 preset1::handle_type handle;
83 preset1::handle_type foobar = preset1::handle_type();
87 preset1::handle_type foo = cache["bar"];
89 preset1::handle_type handle1(std::move(handle));
94 !preset1::handle_type(),
[all …]
/oneTBB/src/tbb/
H A Drml_thread_monitor.h95 typedef HANDLE handle_type; typedef
101 …static handle_type launch( thread_routine_type thread_routine, void* arg, std::size_t stack_size, …
104 typedef pthread_t handle_type; typedef
110 …static handle_type launch( thread_routine_type thread_routine, void* arg, std::size_t stack_size );
114 static void join(handle_type handle);
117 static void detach_thread(handle_type handle);
157 void thread_monitor::join(handle_type handle) { in join()
170 void thread_monitor::detach_thread(handle_type handle) { in detach_thread()
187 inline thread_monitor::handle_type thread_monitor::launch( void* (*thread_routine)(void*), void* ar… in launch()
218 void thread_monitor::join(handle_type handle) { in join()
[all …]
H A Dco_context.h74 using handle_type = HANDLE; member
76 using handle_type = pthread_t;
79 handle_type my_thread;
H A Dprivate_server.cpp36 typedef thread_monitor::handle_type thread_handle;
/oneTBB/test/tbb/
H A Dtest_concurrent_lru_cache.cpp103 preset::handle_type h = preset_object.cache[0];
117 preset::handle_type h = preset_object.cache[0];
119 preset::handle_type h1 = preset_object.cache[0];
/oneTBB/test/common/
H A Dconcurrent_lru_cache_common.h149 using handle_type = typename cache_type::handle; member
163 using handle_type = typename cache_type::handle; member
179 handle_type default_ctor_check;
/oneTBB/python/rml/
H A Dipc_server.cpp71 static handle_type launch(thread_routine_type thread_routine, void* arg, size_t stack_size);
77 inline ipc_thread_monitor::handle_type ipc_thread_monitor::launch(void* (*thread_routine)(void*), v… in launch()
106 typedef ipc_thread_monitor::handle_type thread_handle;