Home
last modified time | relevance | path

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

/xnu-11417.140.69/libkern/os/
H A Dlog.c1486 static size_t _test_log_loop_count = 0; variable
1492 os_atomic_add(&_test_log_loop_count, 100, relaxed); in _test_log_loop()
1518 while (_test_log_loop_count < 200) { in test_os_log_parallel()