Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm/
H A Dzone_gc_replenish_test.c69 pthread_t alloc_thread; variable
78 ret = pthread_create(&alloc_thread, &attr, alloc_thread_func, NULL);
82 T_ASSERT_POSIX_ZERO(pthread_join(alloc_thread, NULL), NULL);