mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove a duplicated "thread".
This commit is contained in:
parent
46448452c0
commit
f2fbdacbf8
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ A thread must hold the mutex before calling the
|
|||
.Fn cv_wait* ,
|
||||
functions.
|
||||
When a thread waits on a condition, the mutex
|
||||
is atomically released before the thread thread yields the processor,
|
||||
is atomically released before the thread yields the processor,
|
||||
then reacquired before the function call returns.
|
||||
.Pp
|
||||
See
|
||||
|
|
|
|||
Loading…
Reference in a new issue