Searched refs:record (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | function_replacement.cpp | 66 static void record(FunctionInfo functionInfo, const char * opcodeString, bool status) { in record() function 285 Log::record(*functionInfo, opcodeString, /*status*/ true); in CheckOpcodes() 291 Log::record(*functionInfo, opcodeString, /*status*/ false); in CheckOpcodes() 564 Log::record(functionInfo, "unknown", /*status*/ false); in IsPrologueKnown()
|
| /oneTBB/test/tbb/ |
| H A D | test_arena_priorities.cpp | 58 for( auto& record : task_log ) in prepare_logging_data() local 59 record = tbb::task_arena::priority::normal; in prepare_logging_data()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Advanced_Example.rst | 33 threads. Also, the function object must record a pointer to ``a`` to
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_whitebox.cpp | 1413 Log::record(funcInfo, "opcode string", true); in TestLogOverload() 1424 Log::record(funcInfo, "opcode string", false); in TestLogOverload() 1432 Log::record(funcInfo, "opcode string", false); in TestFalseSearchCase()
|