Searched refs:kLockNames (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/system/kernel/
H A Dspinlock_contention.cpp252 static const char* const kLockNames[] = { "thread creation", NULL }; local
259 for (int32 i = 0; kLockNames[i] != NULL; i++) {
261 printf("%-10s %12llu %14s %12.4f\n", kLockNames[i], lockCounts[i],

Completed in 20 milliseconds