Thread implementation and thread state switching method in Java operation system
A java operating system and state switching technology, applied in the field of Java operating system, can solve problems such as difficult to reflect efficiency, achieve the effect of increasing parallelism, easy implementation, and reducing system management overhead
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0044] The path that allows multiple parallel executions in each process is multithreading, such as figure 2 As shown, the thread in the Java operating system is the basic unit of the system for processor scheduling. All threads in the same process share the address space and resources obtained by the process; a thread has:
[0045] ●A thread execution state, such as running, ready, etc.
[0046] ● There is a protected thread context, which is used to store context information when the thread is not running
[0047] ● An independent program instruction counter
[0048] ● an execution stack
[0049] ● A static memory to hold local variables
[0050] The composition of a multithreaded process includes threads and spaces. Space is the memory space occupied and managed to complete the operation of a program. It encapsulates the management of the process, including the management of shared parts such as instruction codes, global data, and I / O status data. Threads in the Java ...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com