Searched refs:access (Results 1 – 14 of 14) sorted by relevance
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | concurrent_hash_map.rst | 92 access. As long as it points to an element, all other attempts to look 95 access. Multiple ``const_accessors`` can point to the same element at 103 *read-only* access. Once the method returns, the access lasts until the 104 ``accessor`` or ``const_accessor`` is destroyed. Because having access 107 innermost block possible. To release access even sooner than the end of 125 requests write access. Therefore before removing the key, it waits on
|
| H A D | Containers.rst | 12 A concurrent container allows multiple threads to concurrently access 16 mutex to make them safe for concurrent access, by letting only one 27 different threads access different portions, they can proceed
|
| H A D | Summary_of_Containers.rst | 8 enable common idioms for concurrent access. They are suitable for
|
| H A D | Guiding_Task_Scheduler_Execution.rst | 37 The execution on systems with non-uniform memory access (`NUMA <https://en.wikipedia.org/wiki/Non-u… 38 may cause a performance penalty if threads from one NUMA node access the memory allocated on
|
| H A D | Memory_Allocation.rst | 25 - **False sharing**. Problems of sharing arise when two threads access
|
| H A D | Cook_Until_Done_parallel_do.rst | 74 - The iterators can be random-access iterators.
|
| H A D | concurrent_vector_ug.rst | 47 construction and access.
|
| H A D | Bandwidth_and_Cache_Affinity_os.rst | 22 - The computation does a few operations per data access.
|
| H A D | Mutual_Exclusion.rst | 19 that only a single thread has access to ``FreeList`` at a time.
|
| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | gen_input.cpp | 27 #define access _access macro 58 if (access(fname, F_OK) != 0) in generate_if_needed()
|
| /oneTBB/doc/main/intro/ |
| H A D | Benefits.rst | 71 - Provide random access
|
| /oneTBB/ |
| H A D | third-party-programs.txt | 154 …Some devices are designed to deny users access to install or run modified versions of the software… 215 …if the compilation and its resulting copyright are not used to limit the access or legal rights of… 221 …easonable cost of physically performing this conveying of source, or (2) access to copy the Corres… 223 …onvey the object code by offering access from a designated place (gratis or for a charge), and off…
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_API.rst | 229 execution. To avoid issues with concurrent access, it is recommended to submit it for re-execution
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 1584 # search using the keyboard; to jump to the search box use <access key> + S 1585 # (what the <access key> is depends on the OS and browser, but it is typically
|