| /oneTBB/python/rml/ |
| H A D | ipc_utils.cpp | 32 static char* get_stat_item(char* line, int item_id) { in get_stat_item() argument 36 while( line[i]!='(' && line[i]!=' ' && line[i]!='\0' ) { in get_stat_item() 39 if( line[i]==' ' ) { in get_stat_item() 42 } else if( line[i]=='(' ) { in get_stat_item() 43 while( line[i]!=')' && line[i]!='\0' ) { in get_stat_item() 46 if( line[i]==')' ) { in get_stat_item() 56 return line + i; in get_stat_item() 70 char* line = fgets( stat_line, MAX_STR_LEN, stat_file ); in get_start_time() local 71 if( line==nullptr ) { in get_start_time()
|
| /oneTBB/test/common/ |
| H A D | utils_assert.h | 29 void ReportError( const char* filename, int line, const char* expression, const char * message ) { in ReportError() argument 31 …REPORT_FATAL_ERROR("%s:%d, assertion %s: %s\n", filename, line, expression, message ? message : "f… in ReportError() 36 …if(1 == _CrtDbgReport(_CRT_ASSERT, filename, line, nullptr, "%s\r\n%s", expression, message?messag… in ReportError() 49 #define ASSERT_CUSTOM(p,message,file,line) ((p)?(void)0:utils::ReportError(file,line,#p,message)) argument
|
| H A D | doctest.h | 2422 #define DOCTEST_ADD_MESSAGE_AT(file, line, ...) DOCTEST_ADD_AT_IMPL(is_warn, file, line, DOCTEST_AN… 2423 #define DOCTEST_ADD_FAIL_CHECK_AT(file, line, ...) DOCTEST_ADD_AT_IMPL(is_check, file, line, DOCTES… 2424 #define DOCTEST_ADD_FAIL_AT(file, line, ...) DOCTEST_ADD_AT_IMPL(is_require, file, line, DOCTEST_AN… 3006 #define ADD_MESSAGE_AT(file, line, ...) DOCTEST_ADD_MESSAGE_AT(file, line, __VA_ARGS__) 3007 #define ADD_FAIL_CHECK_AT(file, line, ...) DOCTEST_ADD_FAIL_CHECK_AT(file, line, __VA_ARGS__) 3008 #define ADD_FAIL_AT(file, line, ...) DOCTEST_ADD_FAIL_AT(file, line, __VA_ARGS__) 4261 : m_signature({name, file, line}) { 4349 m_line = line; 4583 for(std::string line; std::getline(in, line);) { 4586 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; [all …]
|
| H A D | utils_report.h | 104 Tracer* set_trace_info( int flags, const char *file, std::size_t line, const char *func ) { in set_trace_info() argument 106 m_line = line; in set_trace_info()
|
| /oneTBB/src/tbb/ |
| H A D | assert_impl.h | 41 static void assertion_failure_impl(const char* location, int line, const char* expression, const ch… in assertion_failure_impl() argument 44 expression, location, line); in assertion_failure_impl() 50 …if (1 == _CrtDbgReport(_CRT_ASSERT, location, line, "tbb_debug.dll", "%s\r\n%s", expression, comme… in assertion_failure_impl() 65 void __TBB_EXPORTED_FUNC assertion_failure(const char* location, int line, const char* expression, … in assertion_failure() argument 73 …atomic_do_once([&](){ assertion_failure_impl(location, line, expression, comment); }, assertion_st… in assertion_failure()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Memory_Allocation.rst | 26 different words that share the same cache line. The problem is that a 27 cache line is the unit of information interchange between processor 28 caches. If one processor modifies a cache line and another processor 29 reads the same cache line, the line must be moved from one processor 31 words within the line. False sharing can hurt performance because 36 a separate cache line. Two objects allocated by 55 cost in space, because it must allocate at least one cache line’s
|
| H A D | Parallelizing_Simple_Loops_os.rst | 33 - Command line
|
| /oneTBB/ |
| H A D | .gitattributes | 5 # to native line endings on checkout. 37 # Declare files that will always have CRLF line endings on checkout.
|
| /oneTBB/doc/GSG/ |
| H A D | integrate.rst | 40 The pkg-config tool is used to simplify the compilation line by retrieving information about packag… 44 provide the full path to search for included files and libraries, or provide a line as the followin…
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _assert.h | 33 TBB_EXPORT void __TBB_EXPORTED_FUNC assertion_failure(const char* location, int line, const char* e…
|
| /oneTBB/doc/ |
| H A D | README.md | 27 3. Run in the command line:
|
| /oneTBB/python/ |
| H A D | README.md | 30 ## Command-line interface 32 - `python3 -m tbb -h` - Print documentation on command-line interface.
|
| /oneTBB/examples/parallel_for_each/parallel_preorder/ |
| H A D | README.md | 20 * The smaller value type causes each `Cell` to be significantly smaller than a cache line, which le… 40 * `-h` - prints the help for command line options.
|
| /oneTBB/examples/concurrent_hash_map/count_strings/ |
| H A D | README.md | 20 * `-h` - prints the help for command line options.
|
| /oneTBB/examples/graph/logic_sim/ |
| H A D | README.md | 20 * `-h` - prints the help for command line options.
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | README.md | 22 * `-h` - prints the help for command line options.
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | README.md | 23 * `-h` - prints the help for command line options.
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | README.md | 20 * `-h` - prints the help for command line options.
|
| /oneTBB/examples/parallel_reduce/pi/ |
| H A D | README.md | 21 * `-h` - prints the help for command-line options.
|
| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | README.md | 21 * `-h` - prints the help for command line options.
|
| /oneTBB/examples/graph/dining_philosophers/ |
| H A D | README.md | 22 * `-h` - prints the help for command line options.
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | README.md | 26 * `-h` - prints the help for command line options.
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Agglomeration.rst | 102 cache line units. For a given area, the perimeter may be minimized 153 line transfers. Though they are automatic, understanding which
|
| /oneTBB/examples/task_group/sudoku/ |
| H A D | README.md | 23 * `-h` - prints the help for command line options.
|
| /oneTBB/examples/graph/som/ |
| H A D | README.md | 24 * `-h` - prints the help for command line options.
|