Home
last modified time | relevance | path

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

/xnu-8792.81.2/libkern/os/
H A Dlog.c922 static uint32_t _test_log_loop_count = 0; variable
928 os_atomic_add(&_test_log_loop_count, 100, relaxed); in _test_log_loop()
950 while (_test_log_loop_count < 200) { in test_os_log_parallel()