Changeset 1624 for trunk/src/emx/include/InnoTekLIBC/sharedpm.h
- Timestamp:
- Nov 8, 2004, 2:06:04 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/sharedpm.h
-
Property cvs2svn:cvs-rev
changed from
1.13
to1.14
r1623 r1624 108 108 } __LIBC_EXIT_REASON; 109 109 110 111 /** The maximum number of signals a process can have pending on other processes concurrently. */112 #define __LIBC_SPM_SIGNALS_MAX_SENT 48113 110 114 111 /** … … 284 281 volatile __LIBC_PSPMSIGNAL pSigHead; 285 282 /** Number of signals send. 286 * After _ _LIBC_SPM_SIGNALS_MAX_SENTsignals only SIGCHLD will be allowed sent.283 * After _POSIX_SIGQUEUE_MAX signals only SIGCHLD will be allowed sent. 287 284 */ 288 285 volatile unsigned cSigsSent; … … 295 292 296 293 /** Reserved pool pointer field with default value 0. */ 297 unsigned aReserved[40 - 1 6];294 unsigned aReserved[40 - 17]; 298 295 299 296 /** Number of possible pointers to shared memory starting at pvInherit. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.