id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc
130,rule for using DISABLE_INTERRUPT & ENABLE_INTERRUPT,qin,thomas,"In the schedule.c under truck, the pair of DISABLE_INTERRUPT() and ENABLE_INTERRUPT is used in most of functions, including schedule_AddActiveSlot(). It may not be a efficient way to protect resource. In addition, since schedule_AddActiveSlot() may take relatively long time to be executed, the interrupt disable may result in missing some important events.",needs investigation,new,high,,Schedule,,disable interrupt,
