Changeset 1315 for trunk/src/emx/include/InnoTekLIBC/thread.h
- Timestamp:
- Mar 17, 2004, 4:59:28 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.1
to1.2
r1314 r1315 59 59 * Members most frequently used have been put together at the front. 60 60 */ 61 typedef struct __libc_thread CurrentSlow61 typedef struct __libc_thread 62 62 { 63 63 /** errno value. (Comes first, see errnofun.s.) */ … … 72 72 void *apvTLS[__LIBC_TLS_MAX]; 73 73 74 /** The nesting depth of the default logger. */ 75 unsigned cDefLoggerDepth; 74 76 /** Current rand() seed value. */ 75 77 unsigned int iRand; … … 135 137 #ifndef __LIBC_THREAD_DECLARED 136 138 #define __LIBC_THREAD_DECLARED 137 typedef struct __libc_thread CurrentSlow*__LIBC_PTHREAD, **__LIBC_PPTHREAD;139 typedef struct __libc_thread *__LIBC_PTHREAD, **__LIBC_PPTHREAD; 138 140 #endif 139 141 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.