Searched defs:self (Results 1 – 11 of 11) sorted by relevance
| /oneTBB/python/tbb/ |
| H A D | pool.py | 204 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__.py | 81 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 D | test_malloc_shutdown_hang.cpp | 65 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 D | memory_pool.h | 212 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 D | partitioner.h | 175 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 D | ipc_server.cpp | 505 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 D | concurrent_unordered_common.h | 201 T& self( T& obj ) { in self() function
|
| /oneTBB/src/tbb/ |
| H A D | private_server.cpp | 219 private_worker* self = static_cast<private_worker*>(arg); in thread_routine() local
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _segment_table.h | 325 derived_type* self() { in self() function
|
| /oneTBB/test/tbb/ |
| H A D | test_parallel_scan.cpp | 158 Accumulator* self; member in Accumulator
|
| H A D | test_partitioner.h | 137 DerivedRange& self() { return static_cast<DerivedRange&>(*this); } in self() function
|