Changeset 1614 for trunk/src/emx/include/InnoTekLIBC/thread.h
- Timestamp:
- Nov 5, 2004, 3:16:17 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/thread.h
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r1613 r1614 68 68 struct _uheap * pRegularHeap; 69 69 /** Reference count. */ 70 unsignedcRefs;70 volatile unsigned cRefs; 71 71 /** Thread Id. */ 72 72 unsigned tid; … … 145 145 * read without owning the semaphore. 146 146 */ 147 unsignedfSigBeingPoked;147 volatile unsigned fSigBeingPoked; 148 148 149 149 … … 189 189 struct __libc_sys 190 190 { 191 #ifndef __NEW_SIGNALS__192 /** Blocked signal mask. */193 sigset_t sig_blocked;194 /** Pending signal mask. */195 sigset_t sig_pending;196 /** Signal actions. */197 struct sigaction signals[NSIG];198 #endif /* !__NEW_SIGNALS__ */199 191 /** Directory find data entry. 200 192 * Used by __findfirst() and __findnext(). */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.