Commit Graph

20 Commits

Author SHA1 Message Date
Nils O. Selåsdal c87137cb4f Fix redundant setting of events in iomux_update_events 2015-12-10 12:30:21 +01:00
Nils O. Selåsdal 11939065fb Fix the iomux_add/clear events. Also properly remember
the events in the IOMuxFD
2015-11-10 19:42:53 +01:00
Nils O. Selåsdal e517c33da9 Fix iomux_update_events(), it didn't actually update the events ! 2015-11-10 19:41:46 +01:00
Nils O. Selåsdal 603d86bb61 Remove stdio.h from utils.h. Manually include stdio.h if using the
TRACEF() macro from utils.h
2015-01-03 01:52:53 +01:00
Nils O. Selåsdal a6d2a63f95 Fix uninitialized return value in iomux_update_events 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal b0ac867936 Remove a TRACF() 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 95749c5b7d Add iomux_from_timers() function to recover an IOMux from
the associated UCTimers
2014-09-12 01:11:40 +02:00
Nils O. Selåsdal a112b44c6e Implement generalied IOMux implementation operations
Fix serious bug  in iomix_timers_run
2014-09-12 01:11:39 +02:00
Nils O. Selåsdal 2a66973098 Refactor timer execution into its own function 2013-12-31 03:00:58 +01:00
Nils O. Selåsdal 0bb42dc235 Have iomux_update_events be a no-op if the events didn't change 2013-12-26 03:20:47 +01:00
Nils O. Selåsdal 293ce4460f Add accessor function to the uclock of an IOMux 2013-12-24 06:21:13 +01:00
Nils O. Selåsdal 607cc8cd9b const parameter 2013-12-17 23:14:43 +01:00
Nils O. Selåsdal 52addceff2 Assert fd->fd >= 0 2013-12-17 23:11:58 +01:00
Nils O. Selåsdal 012a5b1377 move iomux_impl.h to src/ dir, it's an implementation detail 2013-06-19 18:51:12 +02:00
Nils O. Selåsdal 8badeaf857 Remove ucore_ prefix from headers and source files 2013-03-06 22:22:04 +01:00
Nils O. Selåsdal 54678cf94b Convert iomux to use an UCoreClock 2013-03-02 21:42:19 +01:00
Nils O. Selåsdal b0e9988aa5 Convert UCTimers to use UCoreClock 2013-03-02 21:16:22 +01:00
Nils O. Selåsdal 16e1ac52ec Coding style change 2012-12-05 18:53:58 +01:00
Nils O. Selåsdal 90bbad4346 Reorganize headers again 2012-11-15 18:26:31 +01:00
Nils O. Selåsdal ed3866e49a Initial import of libucore 2012-10-29 23:07:32 +01:00