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

/seL4-camkes-master/projects/camkes/apps/mcs-scheduling/components/Task/src/
H A Dtask.c37 int pcount = 0; /* preemption count */ local
40 while (pcount < TEST_SIZE) {
51 ccounts[pcount] = ccount;
52 pcount++;
53 (pcount < TEST_SIZE) ? (tss[pcount] = ts) : 0;
/seL4-camkes-master/projects/musllibc/src/ldso/arm/
H A Dfind_exidx.c34 uintptr_t __gnu_Unwind_Find_exidx(uintptr_t pc, int *pcount) argument
40 *pcount = data.exidx_len / 8;

Completed in 74 milliseconds