Rev 3137 | Rev 3222 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3137 | Rev 3186 | ||
|---|---|---|---|
| Line 178... | Line 178... | ||
| 178 | if ((ipc_phone_0) && (context_check(ipc_phone_0->task->context, |
178 | if ((ipc_phone_0) && (context_check(ipc_phone_0->task->context, |
| 179 | ta->context))) |
179 | ta->context))) |
| 180 | ipc_phone_connect(&ta->phones[0], ipc_phone_0); |
180 | ipc_phone_connect(&ta->phones[0], ipc_phone_0); |
| 181 | atomic_set(&ta->active_calls, 0); |
181 | atomic_set(&ta->active_calls, 0); |
| 182 | 182 | ||
| 183 | mutex_initialize(&ta->futexes_lock); |
183 | mutex_initialize(&ta->futexes_lock, MUTEX_PASSIVE); |
| 184 | btree_create(&ta->futexes); |
184 | btree_create(&ta->futexes); |
| 185 | 185 | ||
| 186 | ipl = interrupts_disable(); |
186 | ipl = interrupts_disable(); |
| 187 | 187 | ||
| 188 | /* |
188 | /* |