Home
last modified time | relevance | path

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

/third_party/mingw-w64/mingw-w64-crt/profile/
Dgmon.c122 p->kcount = (u_short *)cp; in monstartup()
239 p->kcount, p->kcountsize); in _mcleanup()
249 write(fd, p->kcount, p->kcountsize); in _mcleanup()
287 profil((char *)p->kcount, p->kcountsize, p->lowpc, in moncontrol()
Dgmon.h141 u_short *kcount; member
/third_party/toybox/toys/posix/
Dps.c216 int kcount, forcek, sortpos;
984 TT.kcount++; in get_ps()
1004 unsigned pid, kcount; in get_threads() local
1019 kcount = TT.kcount; in get_threads()
1024 kcount = TT.kcount-kcount+1; in get_threads()
1026 tb->slot[SLOT_tcount] = kcount; in get_threads()
1033 tb->slot[SLOT_tcount] = kcount; in get_threads()
1364 struct procpid **tbsort = collate(TT.kcount, dt); in ps_main()
1367 for (i = 0; i<TT.kcount; i++) { in ps_main()
1382 if (FLAG(k)) qsort(tbsort, TT.kcount, sizeof(void *), (void *)ksort); in ps_main()
[all …]
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c173 int kcount, forcek, sortpos;
941 TT.kcount++; in get_ps()
961 unsigned pid, kcount; in get_threads() local
976 kcount = TT.kcount; in get_threads()
981 kcount = TT.kcount-kcount+1; in get_threads()
983 tb->slot[SLOT_tcount] = kcount; in get_threads()
990 tb->slot[SLOT_tcount] = kcount; in get_threads()
1354 plnew->tb = collate(plnew->count = TT.kcount, dt); in top_common()
1355 TT.kcount = 0; in top_common()
/third_party/toybox/generated/
Dglobals.h1278 int kcount, forcek, sortpos; member