Searched refs:coreCt (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h88 typedef kern_return_t (*perfmon_get_accessible_cores_method_t)(pmc_object_t pmc, uint32_t **cores, size_t *coreCt);
247 * @param coreCt A value-return count of the number of entries in the @cores array.
250 typedef kern_return_t (*pmc_get_accessible_cores_method_t)(pmc_object_t pmc, uint32_t **cores, size_t *coreCt);
H A Dpmc.c788 size_t coreCt = 0UL; local
791 &cores, &coreCt)) {
792 coreCt = 0U;
795 return (uint32_t)coreCt;

Completed in 31 milliseconds