Home
last modified time | relevance | path

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

/xnu-8792.81.2/tests/vm/
H A Dzone_gc_replenish_test.c61 pthread_t alloc_thread; variable
70 ret = pthread_create(&alloc_thread, &attr, alloc_thread_func, NULL);
74 T_ASSERT_POSIX_ZERO(pthread_join(alloc_thread, NULL), NULL);