Home
last modified time | relevance | path

Searched defs:self (Results 1 – 11 of 11) sorted by relevance

/oneTBB/python/tbb/
H A Dpool.py204 def close(self): argument
211 def terminate(self): argument
218 def join(self): argument
223 def __enter__(self): argument
229 def __del__(self): argument
280 def __call__(self): argument
301 def __call__(self): argument
356 def ready(self): argument
441 def __iter__(self): argument
457 def __iter__(self): argument
[all …]
H A D__init__.py81 def _repopulate_pool(self): argument
99 def __del__(self): argument
104 def __exit__(self, *args): argument
123 def _repopulate_pool(self): argument
142 def __del__(self): argument
147 def __exit__(self, *args): argument
169 def __init__(self, max_num_threads=None, benchmark=False): argument
183 def _patch(self, class_name, module_name, obj): argument
195 def __enter__(self): argument
212 def __exit__(self, exc_type, exc_value, traceback): argument
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_shutdown_hang.cpp65 void processSpawn(const char* self) { in processSpawn()
71 void processSpawn(const char* self) { in processSpawn()
114 const char* self = argv[0]; in main() local
/oneTBB/include/oneapi/tbb/
H A Dmemory_pool.h212 memory_pool<Alloc> &self = *reinterpret_cast<memory_pool<Alloc>*>(pool_id); in allocate_request() local
235 memory_pool<Alloc> &self = *reinterpret_cast<memory_pool<Alloc>*>(pool_id); in deallocate_request() local
254 fixed_pool &self = *reinterpret_cast<fixed_pool*>(pool_id); in allocate_request() local
H A Dpartitioner.h175 TreeNodeType* self = static_cast<TreeNodeType*>(n); in fold_tree() local
265 Partition& self() { return *static_cast<Partition*>(this); } // CRTP helper in self() function
/oneTBB/python/rml/
H A Dipc_server.cpp505 ipc_worker* self = static_cast<ipc_worker*>(arg); in thread_routine() local
647 ipc_waker* self = static_cast<ipc_waker*>(arg); in thread_routine() local
746 ipc_stopper* self = static_cast<ipc_stopper*>(arg); in thread_routine() local
/oneTBB/test/common/
H A Dconcurrent_unordered_common.h201 T& self( T& obj ) { in self() function
/oneTBB/src/tbb/
H A Dprivate_server.cpp219 private_worker* self = static_cast<private_worker*>(arg); in thread_routine() local
/oneTBB/include/oneapi/tbb/detail/
H A D_segment_table.h325 derived_type* self() { in self() function
/oneTBB/test/tbb/
H A Dtest_parallel_scan.cpp158 Accumulator* self; member in Accumulator
H A Dtest_partitioner.h137 DerivedRange& self() { return static_cast<DerivedRange&>(*this); } in self() function