summaryrefslogtreecommitdiffstats
path: root/src/heap.c
Commit message (Collapse)AuthorAgeFilesLines
* libtf: implement basic file i/o with epollTimo Teras2009-11-251-2/+1
| | | | | | some scetching of i/o api, and implement basic read and write functionality. integrate polling to scheduler and an epoll based polling mechanism.
* libtf: implement timeoutsTimo Teras2009-11-241-0/+167
internally put sleepers to d-ary heap based priority queue. the heap value is compared with overflow.