HomeSort by: relevance | last modified time | path
    Searched defs:threadarr_l (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/top/dist/machine/
m_decosf1.c 890 unsigned int threadarr_l; local
918 if (task_threads(thistask, &threadarr, &threadarr_l) != KERN_SUCCESS)
921 for(j=0; j < threadarr_l; j++) {
954 vm_deallocate(task_self(),(vm_address_t)threadarr,threadarr_l); local
m_decosf1.c 890 unsigned int threadarr_l; local
918 if (task_threads(thistask, &threadarr, &threadarr_l) != KERN_SUCCESS)
921 for(j=0; j < threadarr_l; j++) {
954 vm_deallocate(task_self(),(vm_address_t)threadarr,threadarr_l); local

Completed in 72 milliseconds