Rev 3425 | Rev 3431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3425 | Rev 3426 | ||
|---|---|---|---|
| Line 178... | Line 178... | ||
| 178 | slab_free(fpu_context_slab, t->saved_fpu_context); |
178 | slab_free(fpu_context_slab, t->saved_fpu_context); |
| 179 | #endif |
179 | #endif |
| 180 | return -1; |
180 | return -1; |
| 181 | } |
181 | } |
| 182 | 182 | ||
| 183 | mutex_initialize(&t->udebug.lock); |
183 | mutex_initialize(&t->udebug.lock, MUTEX_PASSIVE); |
| 184 | 184 | ||
| 185 | return 0; |
185 | return 0; |
| 186 | } |
186 | } |
| 187 | 187 | ||
| 188 | /** Destruction of thread_t object */ |
188 | /** Destruction of thread_t object */ |