Searched refs:handle_type (Results 1 – 7 of 7) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_lru_cache.cpp | 45 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 D | rml_thread_monitor.h | 95 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 D | co_context.h | 74 using handle_type = HANDLE; member 76 using handle_type = pthread_t; 79 handle_type my_thread;
|
| H A D | private_server.cpp | 36 typedef thread_monitor::handle_type thread_handle;
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_lru_cache.cpp | 103 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 D | concurrent_lru_cache_common.h | 149 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 D | ipc_server.cpp | 71 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;
|