Searched refs:op_name_length (Results 1 – 1 of 1) sorted by relevance
1092 …uint32_t op_name_length = 16; // Just the length of the longest op name, for nicer printing of op_… in start_thread() local1098 if (operation_name_aligned.length() < op_name_length) { in start_thread()1099 …operation_name_aligned = operation_name_aligned + std::string(op_name_length - operation_name_alig… in start_thread()