Home
last modified time | relevance | path

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

/xnu-8792.81.2/tests/vm/
H A Dzone_gc_replenish_test.c60 pthread_t gc_thread; variable
67 ret = pthread_create(&gc_thread, &attr, gc_thread_func, NULL);
73 T_ASSERT_POSIX_ZERO(pthread_join(gc_thread, NULL), NULL);