On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTTarget-32 Programming Manual
RTTarget-32 Reference Manual
Introduction
RTTarget-32 Configuration
Screen I/O
Interrupt Handling
Port I/O
System Functions
Program Loading
Memory Mapping and Management
Real-Time Clock and CMOS RAM
Keyboard
Mouse and Touch Screen Driver
Parallel Port Printer
Serial Port I/O
PCI BIOS
Plug-and-Play BIOS
PC Cards (PCMCIA)
MetaWINDOW Initialization
Run-Time System Support
System Management BIOS (SMBIOS)
Advanced Programmable Interrupt Controller (APIC)
Multiprocessor Management
Spinlocks
Macro RTSPINLOCK
Macro RT_INIT_SPINLOCK
Function RTLockSpinlock
Function RTReleaseSpinlock
Function RTLockSpinlockFast
Function RTReleaseSpinlockFast
Function RTSpinlockError
DWORD RTSpinlockTimeout
Advanced Configuration and Power Interface (ACPI) Tables
Extended RAM Management
RTVmf-32
RTRth-32
RTKernel-32
RTFiles-32
RTIP-32
RTPEG-32
RTUSB-32
|
DWORD RTSpinlockTimeout
RTSpinlockTimeout is a global variable containing the timeout in CPU clock cycles used by RTLockSpinlock. Its default value is RT_SPIN_MAX_TIMEOUT (0xF0000000) but may be changed by the application to any value smaller than 0xF0000000. It may not be larger.
Function RTSpinlockError
|