Changeset 11375
- Timestamp:
- Nov 17, 2008, 3:03:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/thread_manager.c
r11370 r11375 28 28 __thread TCR __attribute__ ((aligned (16))) current_tcr; 29 29 #endif 30 31 /* This is set to true when running a 32-bit Lisp on 64-bit FreeBSD */ 32 Boolean rcontext_readonly = false; 30 33 31 34 extern natural … … 56 59 57 60 BOOL (*pCancelIoEx)(HANDLE, OVERLAPPED*) = NULL; 61 62 ; 58 63 59 64 … … 1592 1597 thread_signal_setup(); 1593 1598 #endif 1594 1599 1595 1600 #ifndef USE_FUTEX 1596 1601 count_cpus();
Note: See TracChangeset
for help on using the changeset viewer.