Rev 2106 | Rev 2227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2106 | Rev 2216 | ||
---|---|---|---|
Line 88... | Line 88... | ||
88 | phone_t phones[IPC_MAX_PHONES]; |
88 | phone_t phones[IPC_MAX_PHONES]; |
89 | /** |
89 | /** |
90 | * Active asynchronous messages. It is used for limiting uspace to |
90 | * Active asynchronous messages. It is used for limiting uspace to |
91 | * certain extent. |
91 | * certain extent. |
92 | */ |
92 | */ |
93 | atomic_t active_calls; |
93 | atomic_t active_calls; |
94 | 94 | ||
95 | /** Architecture specific task data. */ |
95 | /** Architecture specific task data. */ |
96 | task_arch_t arch; |
96 | task_arch_t arch; |
97 | 97 | ||
98 | /** |
98 | /** |
99 | * Serializes access to the B+tree of task's futexes. This mutex is |
99 | * Serializes access to the B+tree of task's futexes. This mutex is |
100 | * independent on the task spinlock. |
100 | * independent on the task spinlock. |
101 | */ |
101 | */ |