Home
last modified time | relevance | path

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

/xnu-8020.140.41/libkern/os/
H A Dlog.c872 static uint32_t _test_log_loop_count = 0; variable
878 os_atomic_add(&_test_log_loop_count, 100, relaxed); in _test_log_loop()
900 while (_test_log_loop_count < 200) { in test_os_log_parallel()