Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/vm/
H A Ddiag_threshold_test_logging.c45 int iret1, iret2; variable
48 iret2 = pthread_create( &thread_kicker, NULL, kicker_thread, (void*) NULL);
49 T_QUIET; T_ASSERT_POSIX_ZERO(iret2, "Creation of the kick thread");