mirror of
https://github.com/python/cpython.git
synced 2025-10-16 19:57:59 +00:00
Sjoerd's thread changes (including down_sema typo fix).
Note: waitflag not supported on NT.
This commit is contained in:
parent
5b1d9bad32
commit
cf1474b73a
8 changed files with 47 additions and 18 deletions
|
@ -203,9 +203,9 @@ void free_sema(type_sema aSemaphore)
|
|||
|
||||
}
|
||||
|
||||
void down_sema(type_sema aSemaphore)
|
||||
void down_sema(type_sema aSemaphore, int waitflag)
|
||||
{
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
void up_sema(type_sema aSemaphore)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue