* some cleanup

git-svn-id: trunk@2993 -
This commit is contained in:
florian 2006-03-20 22:14:22 +00:00
parent 1e0efc9b0a
commit c97598514a
3 changed files with 8 additions and 13 deletions

View File

@ -175,13 +175,10 @@ const
PTHREAD_CANCEL_ASYNCHRONOUS = $02;
PTHREAD_CANCELED = pointer(-(19));
const
PTHREAD_ONCE_NOTDONE = 0;
PTHREAD_ONCE_DONE = 1;
PTHREAD_BARRIER_SERIAL_THREAD = -(2);
PTHREAD_ONCE_NOTDONE = 0;
PTHREAD_ONCE_DONE = 1;
PTHREAD_BARRIER_SERIAL_THREAD = -(2);
type
_Voidfp = procedure (_para1:pointer);cdecl;

View File

@ -24,6 +24,10 @@
PTHREAD_CREATE_DETACHED = $40;
PTHREAD_SCOPE_PROCESS = 0;
_PTHREAD_MUTEX_NORMAL = 0;
_PTHREAD_MUTEX_ERRORCHECK = 2;
_PTHREAD_MUTEX_RECURSIVE = 4;
type
pthread_t = culong;

View File

@ -191,13 +191,7 @@ Type
end;
itimerspec32_t = itimerspec32;
const
_PTHREAD_MUTEX_NORMAL = 0;
_PTHREAD_MUTEX_ERRORCHECK = 2;
_PTHREAD_MUTEX_RECURSIVE = 4;
{ System limits, POSIX value in parentheses, used for buffer and stack allocation }
{ took idefix' values}