(Mutexes and Condition Variables): Change
`flag' to `flags' in docstring.
This commit is contained in:
parent
09499546b9
commit
9c9b203b80
2 changed files with 9 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ in all threads is one way to avoid such problems.
|
|||
@sp 1
|
||||
@deffn {Scheme Procedure} make-mutex . flags
|
||||
@deffnx {C Function} scm_make_mutex ()
|
||||
@deffnx {C Function} scm_make_mutex_with_flags (SCM flag)
|
||||
@deffnx {C Function} scm_make_mutex_with_flags (SCM flags)
|
||||
Return a new mutex. It is initially unlocked. If @var{flags} is
|
||||
specified, it must be a list of symbols specifying configuration flags
|
||||
for the newly-created mutex. The supported flags are:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue