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

/seL4-camkes-master/projects/camkes/apps/rumprun_pthreads/components/pthreads/
H A Dpthreads.c30 #define COUNT_LIMIT 12 macro
49 if (count == COUNT_LIMIT) {
74 Also, note that if COUNT_LIMIT is reached before this routine is run by
79 while (count < COUNT_LIMIT) {
/seL4-camkes-master/projects/camkes/apps/cakeml_tipc/components/client/
H A Dclient.c15 #define COUNT_LIMIT 20 macro
63 /* Finish the message passing once we reach COUNT_LIMIT */
64 if (data->val == COUNT_LIMIT) {

Completed in 29 milliseconds