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

/xnu-2782.1.97/osfmk/kern/
H A Dkpc_thread.c44 static uint32_t kpc_thread_classes_count = 0; variable
101 kpc_thread_classes_count = count;
102 assert(kpc_thread_classes_count <= KPC_MAX_COUNTERS);
141 for( i = 0; i < kpc_thread_classes_count; i++ )
172 if( *inoutcount < kpc_thread_classes_count )
186 kpc_thread_classes_count * sizeof(*buf) );
187 *inoutcount = kpc_thread_classes_count;

Completed in 17 milliseconds