/[hurd]/hurd-l4/libl4/l4/gnu/schedule.h
ViewVC logotype

Diff of /hurd-l4/libl4/l4/gnu/schedule.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by marcus, Mon Mar 22 02:33:57 2004 UTC revision 1.5 by marcus, Thu Oct 28 19:20:04 2004 UTC
# Line 112  l4_is_time_longer (l4_time_t l, l4_time_ Line 112  l4_is_time_longer (l4_time_t l, l4_time_
112  }  }
113    
114    
115  static inline l4_time_t  static inline bool
116  _L4_attribute_always_inline  _L4_attribute_always_inline
117  l4_is_time_shorter (l4_time_t l, l4_time_t r)  l4_is_time_shorter (l4_time_t l, l4_time_t r)
118  {  {
# Line 120  l4_is_time_shorter (l4_time_t l, l4_time Line 120  l4_is_time_shorter (l4_time_t l, l4_time
120  }  }
121    
122    
123  static inline l4_time_t  static inline bool
124  _L4_attribute_always_inline  _L4_attribute_always_inline
125  l4_is_time_equal (l4_time_t l, l4_time_t r)  l4_is_time_equal (l4_time_t l, l4_time_t r)
126  {  {
# Line 128  l4_is_time_equal (l4_time_t l, l4_time_t Line 128  l4_is_time_equal (l4_time_t l, l4_time_t
128  }  }
129    
130    
131  static inline l4_time_t  static inline bool
132  _L4_attribute_always_inline  _L4_attribute_always_inline
133  l4_is_time_not_equal (l4_time_t l, l4_time_t r)  l4_is_time_not_equal (l4_time_t l, l4_time_t r)
134  {  {
# Line 208  l4_set_preemption_delay (l4_thread_id_t Line 208  l4_set_preemption_delay (l4_thread_id_t
208  }  }
209    
210    
211  static inline l4_word_t  static inline bool
212  _L4_attribute_always_inline  _L4_attribute_always_inline
213  l4_enable_preemption_fault_exception (void)  l4_enable_preemption_fault_exception (void)
214  {  {
# Line 216  l4_enable_preemption_fault_exception (vo Line 216  l4_enable_preemption_fault_exception (vo
216  }  }
217    
218    
219  static inline l4_word_t  static inline bool
220  _L4_attribute_always_inline  _L4_attribute_always_inline
221  l4_disable_preemption_fault_exception (void)  l4_disable_preemption_fault_exception (void)
222  {  {
# Line 224  l4_disable_preemption_fault_exception (v Line 224  l4_disable_preemption_fault_exception (v
224  }  }
225    
226    
227  static inline l4_word_t  static inline bool
228  _L4_attribute_always_inline  _L4_attribute_always_inline
229  l4_enable_preemption (void)  l4_enable_preemption (void)
230  {  {
# Line 232  l4_enable_preemption (void) Line 232  l4_enable_preemption (void)
232  }  }
233    
234    
235  static inline l4_word_t  static inline bool
236  _L4_attribute_always_inline  _L4_attribute_always_inline
237  l4_disable_preemption (void)  l4_disable_preemption (void)
238  {  {
# Line 240  l4_disable_preemption (void) Line 240  l4_disable_preemption (void)
240  }  }
241    
242    
243  static inline l4_word_t  static inline bool
244  _L4_attribute_always_inline  _L4_attribute_always_inline
245  l4_preemptionpending (void)  l4_preemptionpending (void)
246  {  {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26