Subversion Repositories HelenOS-doc

Rev

Rev 72 | Rev 81 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72 Rev 73
Line 106... Line 106...
106
 
106
 
107
    <section>
107
    <section>
108
      <indexterm>
108
      <indexterm>
109
        <primary>synchronization</primary>
109
        <primary>synchronization</primary>
110
 
110
 
111
        <secondary>- wait queues</secondary>
111
        <secondary>- wait queue</secondary>
112
      </indexterm>
112
      </indexterm>
113
 
113
 
114
      <title>Wait queues</title>
114
      <title>Wait queues</title>
115
 
115
 
116
      <para>A wait queue is the basic passive synchronization primitive on
116
      <para>A wait queue is the basic passive synchronization primitive on
Line 178... Line 178...
178
 
178
 
179
    <section>
179
    <section>
180
      <indexterm>
180
      <indexterm>
181
        <primary>synchronization</primary>
181
        <primary>synchronization</primary>
182
 
182
 
183
        <secondary>- semaphores</secondary>
183
        <secondary>- semaphore</secondary>
184
      </indexterm>
184
      </indexterm>
185
 
185
 
186
      <title>Semaphores</title>
186
      <title>Semaphores</title>
187
 
187
 
188
      <para>The interesting point about wait queues is that the number of
188
      <para>The interesting point about wait queues is that the number of