touched up code more for async handling debugging

This commit is contained in:
hyunghwan.chung
2018-04-12 16:05:46 +00:00
parent 3c0d1d3481
commit 7b114e3b27
3 changed files with 31 additions and 15 deletions

View File

@ -862,7 +862,7 @@ struct moo_semaphore_group_t
moo_oop_semaphore_t last;
} sems[2]; /* sems[0] - unsignaled semaphores, sems[1] - signaled semaphores */
moo_oop_t sem_io_count;
moo_oop_t sem_io_count; /* the number of io semaphores in the group */
};
#define MOO_PROCESS_SCHEDULER_NAMED_INSTVARS 9