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

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

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

revision 1.3 by marcus, Thu Oct 7 17:56:25 2004 UTC revision 1.4 by marcus, Thu Oct 28 19:20:04 2004 UTC
# Line 59  l4_thread_no (l4_thread_id_t thread) Line 59  l4_thread_no (l4_thread_id_t thread)
59  }  }
60    
61    
62  static inline l4_word_t  static inline bool
63  _L4_attribute_always_inline  _L4_attribute_always_inline
64  l4_is_thread_equal (l4_thread_id_t thread1, l4_thread_id_t thread2)  l4_is_thread_equal (l4_thread_id_t thread1, l4_thread_id_t thread2)
65  {  {
# Line 67  l4_is_thread_equal (l4_thread_id_t threa Line 67  l4_is_thread_equal (l4_thread_id_t threa
67  }  }
68    
69    
70  static inline l4_word_t  static inline bool
71  _L4_attribute_always_inline  _L4_attribute_always_inline
72  l4_is_thread_not_equal (l4_thread_id_t thread1, l4_thread_id_t thread2)  l4_is_thread_not_equal (l4_thread_id_t thread1, l4_thread_id_t thread2)
73  {  {
# Line 75  l4_is_thread_not_equal (l4_thread_id_t t Line 75  l4_is_thread_not_equal (l4_thread_id_t t
75  }  }
76    
77    
78  static inline l4_word_t  static inline bool
79  _L4_attribute_always_inline  _L4_attribute_always_inline
80  l4_same_threads (l4_thread_id_t thread1, l4_thread_id_t thread2)  l4_same_threads (l4_thread_id_t thread1, l4_thread_id_t thread2)
81  {  {
# Line 83  l4_same_threads (l4_thread_id_t thread1, Line 83  l4_same_threads (l4_thread_id_t thread1,
83  }  }
84    
85    
86  static inline l4_word_t  static inline bool
87  _L4_attribute_always_inline  _L4_attribute_always_inline
88  l4_is_nil_thread (l4_thread_id_t thread)  l4_is_nil_thread (l4_thread_id_t thread)
89  {  {
# Line 91  l4_is_nil_thread (l4_thread_id_t thread) Line 91  l4_is_nil_thread (l4_thread_id_t thread)
91  }  }
92    
93    
94  static inline l4_word_t  static inline bool
95  _L4_attribute_always_inline  _L4_attribute_always_inline
96  l4_is_local_id (l4_thread_id_t thread)  l4_is_local_id (l4_thread_id_t thread)
97  {  {
# Line 99  l4_is_local_id (l4_thread_id_t thread) Line 99  l4_is_local_id (l4_thread_id_t thread)
99  }  }
100    
101    
102  static inline l4_word_t  static inline bool
103  _L4_attribute_always_inline  _L4_attribute_always_inline
104  l4_is_global_id (l4_thread_id_t thread)  l4_is_global_id (l4_thread_id_t thread)
105  {  {

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

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