Home
last modified time | relevance | path

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

/xnu-12377.81.4/libkern/os/
H A Dlog.c1494 static size_t _test_log_loop_count = 0; variable
1500 os_atomic_add(&_test_log_loop_count, 100, relaxed); in _test_log_loop()
1526 while (_test_log_loop_count < 200) { in test_os_log_parallel()