mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* added overloaded sem_timedwait function
git-svn-id: trunk@7093 -
This commit is contained in:
parent
f458fda7e9
commit
c93f42e6cb
@ -308,6 +308,7 @@ type
|
||||
function sem_trywait(__sem:Psem_t):cint;cdecl;external libthreads;
|
||||
function sem_post(__sem:Psem_t):cint;cdecl;external libthreads;
|
||||
function sem_getvalue(__sem:Psem_t; __sval:pcint):cint;cdecl;external libthreads;
|
||||
function sem_timedwait(__sem: Psem_t; __abstime: Ptimespec):cint;cdecl; external libthreads;
|
||||
|
||||
{ ---------------------------------------------------------------------
|
||||
Overloaded versions with var args instead of pointers
|
||||
|
Loading…
Reference in New Issue
Block a user