Changeset 1825 for trunk/src/emx/include
- Timestamp:
- Mar 13, 2005, 11:45:22 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/thread.h
-
Property cvs2svn:cvs-rev
changed from
1.11
to1.12
r1824 r1825 169 169 volatile unsigned fSigBeingPoked; 170 170 171 /** The millisecond timestamp of the last signal. 172 * This is used to detect system call interruptions (select). The function will clear 173 * before doing the system call and evaluate it when the call returns. signals.c will set it 174 * when ever a thread enters for processing a signal asynchronously. */ 175 volatile unsigned long ulSigLastTS; 171 176 172 177 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.