.cvsignore |
|
9 |
aix.c |
_AIX_AtomicSet |
7199 |
aixwrap.c |
File: aixwrap.c
Description:
This file contains a single function, _MD_SELECT(), which simply
invokes the select() function. This file is used in an ugly
hack to override the system select() function on AIX releases
prior to 4.2. (On AIX 4.2, we use a different mechanism to
override select().)
|
1036 |
darwin.c |
The multiplier (as a fraction) for converting the Mach absolute time
unit to nanoseconds.
|
2350 |
dgux.c |
using only NSPR threads here
|
1477 |
freebsd.c |
Ignore FPE because coercion of a NaN to an int causes SIGFPE
to be raised.
|
1814 |
hpux.c |
Division is slower than float multiplication.
return (time / iticks_per_msecond);
|
5231 |
linux.c |
! _PR_PTHREADS |
1923 |
Makefile.in |
|
2544 |
netbsd.c |
Ignore FPE because coercion of a NaN to an int causes SIGFPE
to be raised.
|
1854 |
nto.c |
Fake this out |
742 |
objs.mk |
|
732 |
openbsd.c |
Ignore FPE because coercion of a NaN to an int causes SIGFPE
to be raised.
|
1857 |
os_AIX.s |
|
3105 |
os_BSD_386_2.s |
|
1019 |
os_Darwin.s |
|
434 |
os_Darwin_ppc.s |
|
1894 |
os_Darwin_x86.s |
|
1939 |
os_Darwin_x86_64.s |
|
1827 |
os_HPUX.s |
|
581 |
os_HPUX_ia64.s |
|
2259 |
os_Linux_ia64.s |
|
2144 |
os_Linux_ppc.s |
|
2022 |
os_Linux_x86.s |
|
1977 |
os_Linux_x86_64.s |
|
2065 |
os_SunOS_sparcv9.s |
|
6895 |
os_SunOS_ultrasparc.s |
|
6894 |
os_SunOS_x86.s |
|
2420 |
os_SunOS_x86_64.s |
|
1464 |
pthreads_user.c |
disable clock interrupts
|
10908 |
qnx.c |
These functions should not be called for qnx |
1440 |
riscos.c |
! _PR_PTHREADS |
1837 |
solaris.c |
Ticks have a 10-microsecond resolution. So there are
100000 ticks per second.
|
3441 |
unix.c |
Make sure _PRSockLen_t is 32-bit, because we will cast a PRUint32* or
PRInt32* pointer to a _PRSockLen_t* pointer.
|
93630 |
unix_errors.c |
On QNX and Neutrino, EALREADY is defined as EBUSY.
|
16063 |
uxpoll.c |
defined(_PR_PTHREADS) |
18936 |
uxproces.c |
For dlopen, dlsym, dlclose |
21007 |
uxrng.c |
end OpenDevURandom() |
3052 |
uxshm.c |
uxshm.c -- Unix Implementations NSPR Named Shared Memory
*
*
* lth. Jul-1999.
*
|
16486 |
uxwrap.c |
------------------------------------------------------------------------
File: uxwrap.c
Our wrapped versions of the Unix select() and poll() system calls.
------------------------------------------------------------------------
|
13836 |