Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/vm/
H A Dzone_gc_replenish_test.c68 pthread_t gc_thread; variable
75 ret = pthread_create(&gc_thread, &attr, gc_thread_func, NULL);
81 T_ASSERT_POSIX_ZERO(pthread_join(gc_thread, NULL), NULL);