Changeset 94718 in vbox
- Timestamp:
- Apr 27, 2022 9:27:08 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/thread.h
r93115 r94718 271 271 } RTTHREADFLAGS; 272 272 273 /** Max thread name length. */ 274 #define RTTHREAD_NAME_LEN 16 273 275 274 276 /** -
trunk/src/VBox/Runtime/include/internal/thread.h
r93115 r94718 47 47 48 48 49 /** Max thread name length. */50 #define RTTHREAD_NAME_LEN 1651 49 #ifdef IPRT_WITH_GENERIC_TLS 52 50 /** The number of TLS entries for the generic implementation. */
Note:
See TracChangeset
for help on using the changeset viewer.