Searched defs:callback (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/python/tbb/ |
| H A D | pool.py | 141 def apply_async(self, func, args=(), kwds=dict(), callback=None): argument 156 def map_async(self, func, iterable, chunksize=None, callback=None): argument 171 def imap_async(self, func, iterable, chunksize=None, callback=None): argument 188 callback=None): argument 318 def __init__(self, collector=None, callback=None): argument
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_lru_cache.cpp | 38 auto callback = [](int key) -> int { return key; }; in __anon425d1b900102() variable
|
| /oneTBB/test/common/ |
| H A D | concurrent_lru_cache_common.h | 181 static std::string callback(std::string key) { return key; } in callback() function
|