Home
last modified time | relevance | path

Searched refs:record (Results 1 – 4 of 4) sorted by relevance

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp66 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 Dtest_arena_priorities.cpp58 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 DAdvanced_Example.rst33 threads. Also, the function object must record a pointer to ``a`` to
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1413 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()