Rev 3190 | Rev 3203 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3190 | Rev 3191 | ||
---|---|---|---|
Line 186... | Line 186... | ||
186 | if ((ipc_phone_0) && (context_check(ipc_phone_0->task->context, |
186 | if ((ipc_phone_0) && (context_check(ipc_phone_0->task->context, |
187 | ta->context))) |
187 | ta->context))) |
188 | ipc_phone_connect(&ta->phones[0], ipc_phone_0); |
188 | ipc_phone_connect(&ta->phones[0], ipc_phone_0); |
189 | atomic_set(&ta->active_calls, 0); |
189 | atomic_set(&ta->active_calls, 0); |
190 | 190 | ||
191 | mutex_initialize(&ta->futexes_lock); |
191 | mutex_initialize(&ta->futexes_lock, MUTEX_PASSIVE); |
192 | btree_create(&ta->futexes); |
192 | btree_create(&ta->futexes); |
193 | 193 | ||
194 | ipl = interrupts_disable(); |
194 | ipl = interrupts_disable(); |
195 | 195 | ||
196 | /* |
196 | /* |