File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/unix/bsd/freebsdlike/freebsd Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 185
185
pub ki_jid: :: c_int,
186
186
/// Number of threads in total.
187
187
pub ki_numthreads: :: c_int,
188
- // Thread ID.
188
+ /// Thread ID.
189
189
pub ki_tid: :: lwpid_t,
190
190
/// Process priority.
191
191
pub ki_pri: :: priority,
Original file line number Diff line number Diff line change 194
194
pub ki_jid: :: c_int,
195
195
/// Number of threads in total.
196
196
pub ki_numthreads: :: c_int,
197
- // Thread ID.
197
+ /// Thread ID.
198
198
pub ki_tid: :: lwpid_t,
199
199
/// Process priority.
200
200
pub ki_pri: :: priority,
Original file line number Diff line number Diff line change 212
212
pub ki_jid: :: c_int,
213
213
/// Number of threads in total.
214
214
pub ki_numthreads: :: c_int,
215
- // Thread ID.
215
+ /// Thread ID.
216
216
pub ki_tid: :: lwpid_t,
217
217
/// Process priority.
218
218
pub ki_pri: :: priority,
Original file line number Diff line number Diff line change 212
212
pub ki_jid: :: c_int,
213
213
/// Number of threads in total.
214
214
pub ki_numthreads: :: c_int,
215
- // Thread ID.
215
+ /// Thread ID.
216
216
pub ki_tid: :: lwpid_t,
217
217
/// Process priority.
218
218
pub ki_pri: :: priority,
You can’t perform that action at this time.
0 commit comments