Searched refs:BUF_PRINT_SIZE (Results 1 – 1 of 1) sorted by relevance
772 static constexpr size_t BUF_PRINT_SIZE = 150; // Only log this much on failure to limit length. in WaitUntilSingleThreaded() local773 static_assert(BUF_SIZE > BUF_PRINT_SIZE); in WaitUntilSingleThreaded()802 buf[std::min(BUF_PRINT_SIZE, bytes_read)] = '\0'; // Truncate buf before printing. in WaitUntilSingleThreaded()806 bytes_read = GetOsThreadStat(getpid(), buf, BUF_PRINT_SIZE); in WaitUntilSingleThreaded()