Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Darm_matrix.c384 uint8_t *cpu_d[ncpu]; in test_thread_migration() local
386 cpu_d[cpuid] = ops->alloc_data(); in test_thread_migration()
387 memset(cpu_d[cpuid], 0, size); in test_thread_migration()
398 ops->store_data(cpu_d[cpuid]); in test_thread_migration()
403 int cmp = memcmp(d, cpu_d[cpuid], size); in test_thread_migration()
405 free(cpu_d[cpuid]); in test_thread_migration()