Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The interrupt handler can only been attached to the same irq once.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ddekit_condvar_wait_timed hasn't been implemented as it is only used by
freebsd drivers.
|
|
|
|
|
|
cthreads mutex might contain the holder only when WAITDEBUG is defined.
I think it's better to implement it by ourselves.
|
|
|
|
|
|
|
|
TODO: the implementation of the owner of lock hasn't been adapted.
|
|
|
|
|
|
|
|
|
|
|
|
Maybe I can just use macros to replace ddekit_simple_malloc
ddekit_simple_free.
|
|
|