|
95 | 95 | /// kernel (it forces the kernel to restart the fault). It will not
|
96 | 96 | /// be seen by users.
|
97 | 97 | case KERN_MEMORY_DATA_MOVED = 24
|
98 |
| - |
99 | 98 |
|
100 | 99 | /// A strategic copy was attempted of an object upon which a quicker
|
101 | 100 | /// copy is now possible. The caller should retry the copy using
|
|
142 | 141 | /// thread_depress_abort was called on a thread which was not
|
143 | 142 | /// currently depressed.
|
144 | 143 | case KERN_NOT_DEPRESSED = 36
|
145 |
| - |
146 |
| - /// Object has been terminated and is no longer available |
| 144 | + |
| 145 | + /// Object has been terminated and is no longer available. |
147 | 146 | case KERN_TERMINATED = 37
|
148 | 147 |
|
149 | 148 | /// Lock set has been destroyed and is no longer available.
|
150 | 149 | case KERN_LOCK_SET_DESTROYED = 38
|
151 | 150 |
|
152 |
| - /// The thread holding the lock terminated before releasing the lock |
| 151 | + /// The thread holding the lock terminated before releasing the lock. |
153 | 152 | case KERN_LOCK_UNSTABLE = 39
|
154 | 153 |
|
155 |
| - /// The lock is already owned by another thread |
| 154 | + /// The lock is already owned by another thread. |
156 | 155 | case KERN_LOCK_OWNED = 40
|
157 | 156 |
|
158 |
| - /// The lock is already owned by the calling thread |
| 157 | + /// The lock is already owned by the calling thread. |
159 | 158 | case KERN_LOCK_OWNED_SELF = 41
|
160 | 159 |
|
161 | 160 | /// Semaphore has been destroyed and is no longer available.
|
162 | 161 | case KERN_SEMAPHORE_DESTROYED = 42
|
163 | 162 |
|
164 | 163 | /// Return from RPC indicating the target server was terminated
|
165 |
| - /// before it successfully replied |
| 164 | + /// before it successfully replied. |
166 | 165 | case KERN_RPC_SERVER_TERMINATED = 43
|
167 | 166 |
|
168 | 167 | /// Terminate an orphaned activation.
|
|
171 | 170 | /// Allow an orphaned activation to continue executing.
|
172 | 171 | case KERN_RPC_CONTINUE_ORPHAN = 45
|
173 | 172 |
|
174 |
| - /// Empty thread activation (No thread linked to it) |
| 173 | + /// Empty thread activation (No thread linked to it). |
175 | 174 | case KERN_NOT_SUPPORTED = 46
|
176 | 175 |
|
177 | 176 | /// Remote node down or inaccessible.
|
|
180 | 179 | /// A signalled thread was not actually waiting.
|
181 | 180 | case KERN_NOT_WAITING = 48
|
182 | 181 |
|
183 |
| - /// Some thread-oriented operation (semaphore_wait) timed out |
| 182 | + /// Some thread-oriented operation (semaphore_wait) timed out. |
184 | 183 | case KERN_OPERATION_TIMED_OUT = 49
|
185 | 184 |
|
186 | 185 | /// During a page fault, indicates that the page was rejected as a
|
|
190 | 189 | /// The requested property cannot be changed at this time.
|
191 | 190 | case KERN_POLICY_STATIC = 51
|
192 | 191 | }
|
193 |
| -#endif |
| 192 | +#endif // os(OSX) || os(iOS) || os(tvOS) || os(watchOS) |
0 commit comments