beos compatible timer routines and style cleanups in timer and sem code; also doxygened timer.h

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@354 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
lillo
2002-07-20 22:53:23 +00:00
parent 01fb96c4c3
commit 2880b9ff65
2 changed files with 77 additions and 28 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ typedef union cpu_ent {
/** If set this will force a reschedule when the quantum timer expires */
int preempted;
/** Quantum timer */
struct timer_event quantum_timer;
timer quantum_timer;
} info;
/** Alignment bytes */
uint32 align[16];