| /oneTBB/doc/index/ |
| H A D | toctree.rst | 7 /main/intro/help_support 8 /main/intro/notation 9 /main/intro/intro_os 10 /main/intro/Benefits 11 /main/intro/testing_approach 12 /main/intro/limitations.rst 32 /main/tbb_userguide/title 39 /main/reference/reference
|
| /oneTBB/src/tbbmalloc/ |
| H A D | backref.cpp | 99 BackRefMain *main = in initBackRefMain() local 102 if (! main) in initBackRefMain() 104 main->backend = backend; in initBackRefMain() 106 main->allRawMemBlocks = nullptr; in initBackRefMain() 107 main->rawMemUsed = rawMemUsed; in initBackRefMain() 108 main->lastUsed = -1; in initBackRefMain() 113 main->initEmptyBackRefBlock(bl); in initBackRefMain() 115 main->addToForUseList(bl); in initBackRefMain() 117 main->active.store(bl, std::memory_order_relaxed); in initBackRefMain() 120 backRefMain.store(main, std::memory_order_release); in initBackRefMain() [all …]
|
| H A D | tbbmalloc_internal.h | 308 main_t main; // index in BackRefMain 312 BackRefIdx() : main(invalid), largeObj(0), offset(0) {} 313 bool isInvalid() const { return main == invalid; } 315 main_t getMain() const { return main; } 323 idx.main = ptr->main;
|
| /oneTBB/ |
| H A D | Bazel.md | 3 The main build system of oneTBB is CMake*. 30 ├── main.cpp 52 srcs = ["main.cpp"], 66 int main() {
|
| H A D | README.md | 32 * [Migrating from TBB to oneTBB](https://oneapi-src.github.io/oneTBB/main/tbb_userguide/Migration_G… 34 * [oneTBB Testing Approach](https://oneapi-src.github.io/oneTBB/main/intro/testing_approach.html)
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_API.rst | 25 int main() { 49 int main() { 80 int main() { 125 int main() { 150 int main() { 176 int main() { 219 int main() { 251 int main() { 354 int main(){ 375 int main(){ [all …]
|
| H A D | Task_Scheduler_Init.rst | 52 int main() { 84 int main() { 127 int main() { 129 // Note that the stack size of the main thread should be configured in accordace with the 152 int main() {
|
| /oneTBB/examples/common/gui/ |
| H A D | video.hpp | 234 int main(int, char *[]); 236 int main(); 242 return main(__argc, __argv); in WinMain() 244 return main(); in WinMain()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | destroy_graphs_outside_main_thread.rst | 6 Make sure to enqueue a task to wait for and destroy graphs that run outside the main thread. 8 You may not always want to block the main application thread by calling
|
| H A D | std_invoke.rst | 74 int main() { 98 int main() { 135 int main() { 177 int main() {
|
| H A D | appendix_A.rst | 22 compared to main memory. When the processor runs out of cache memory, it 23 has to evict items from cache and put them back into main memory.
|
| H A D | Cancellation_Without_An_Exception.rst | 41 int main() {
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_overload.cpp | 138 uint16_t main; // index in BackRefMain member in BackRefIdx 142 BackRefIdx() : main((uint16_t)-1) {} in BackRefIdx() 143 bool isInvalid() { return main == (uint16_t)-1; } in isInvalid() 145 uint16_t getMain() const { return main; } in getMain()
|
| H A D | test_malloc_atexit.cpp | 137 int main() {} in main() function
|
| H A D | test_malloc_shutdown_hang.cpp | 105 int main(int argc, char* argv[]) { in main() function
|
| H A D | test_malloc_pure_c.c | 55 int main(void) { in main() function
|
| /oneTBB/doc/main/reference/ |
| H A D | helpers_for_expressing_graphs.rst | 51 int main() { 92 int main() {
|
| /oneTBB/doc/main/tbb_userguide/snippets/ |
| H A D | flow_graph_examples.cpp | 67 int main() { in main() function
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | main.cpp | 196 int main(int argc, char *argv[]) { in main() function 342 int main(int argc, char *argv[]) { in main() function
|
| /oneTBB/examples/migration/recursive_fibonacci/ |
| H A D | fibonacci.cpp | 48 int main(int argc, char* argv[]) { in main() function
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | main.cpp | 35 int main(int argc, char *argv[]) { in main() function
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | CMakeLists.txt | 23 add_executable(primes main.cpp primes.cpp)
|
| /oneTBB/examples/parallel_for_each/parallel_preorder/ |
| H A D | main.cpp | 59 int main(int argc, char* argv[]) { in main() function
|
| /oneTBB/examples/parallel_reduce/pi/ |
| H A D | CMakeLists.txt | 23 add_executable(pi main.cpp pi.cpp)
|
| H A D | main.cpp | 49 int main(int argc, char* argv[]) { in main() function
|