KR20170046358A - Method and apparatus for guaranteeing priority of logic in an embedded operating system - Google Patents
Method and apparatus for guaranteeing priority of logic in an embedded operating system Download PDFInfo
- Publication number
- KR20170046358A KR20170046358A KR1020150146581A KR20150146581A KR20170046358A KR 20170046358 A KR20170046358 A KR 20170046358A KR 1020150146581 A KR1020150146581 A KR 1020150146581A KR 20150146581 A KR20150146581 A KR 20150146581A KR 20170046358 A KR20170046358 A KR 20170046358A
- Authority
- KR
- South Korea
- Prior art keywords
- task
- priority
- logic
- subroutine
- interrupt
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
- G06F9/4881—Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4812—Task transfer initiation or dispatching by interrupt, e.g. masked
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Telephone Function (AREA)
Abstract
Description
The present invention relates to a method and apparatus for guaranteeing the priority of logic in an embedded operating system. More particularly, to a method for generating artificial interrupts and a device for performing the method, in order to perform a specific logic which requires priority among logic constituting a task.
An embedded system is an electronic control system consisting of hardware and software of a computer and additional mechanical devices or other parts to perform predetermined functions. Mainly, the embedded system differs from a general purpose computer in that it is designed as a dedicated system specialized for a specific function.
For example, automotive ignition systems, engine control systems or brake systems are part of the embedded system. Also, embedded systems are included in household appliances such as televisions, refrigerators, microwave ovens, washing machines, and cameras. Furthermore, embedded systems are used in medical fields such as dialysis apparatuses and artificial organs.
As a more detailed example, in the case of a washing machine, a conventional washing machine was a simple device having only a washing and dehydrating function through a motor and a simple control device. However, recently, in consideration of the amount of laundry, the type of cloth of laundry, So that various washing methods can be set. These functions are difficult to implement in the former simple devices. To do so, the embedded system with the micro-processor and the control program is embedded in the washing machine.
There is an embedded operating system for running an embedded system such as Windows (Windows) or Linux (Linux) as an operating system for running a computer. For example, smartphones have built-in operating systems such as android, as well as open source such as eCos (Embedded Configurable Operating System), VxWorks, OSE, VRTX, Nucleus, pSOS, There are various embedded operating systems such as QNX.
In most embedded operating systems, a task has only one priority. In other words, since priority is defined and managed on a task-by-task basis, in some cases, a task that performs important logic performs less important logic, but the execution may be stopped by a higher-priority task. Therefore, there is a need for a method capable of performing logic with different priorities within a task.
SUMMARY OF THE INVENTION It is an object of the present invention to provide a method and apparatus for guaranteeing the priority of logic in an embedded operating system.
The technical problems of the present invention are not limited to the above-mentioned technical problems, and other technical problems which are not mentioned can be clearly understood by those skilled in the art from the following description.
According to an aspect of the present invention, there is provided a method for guaranteeing logic priority in an embedded operating system, the method comprising: dividing a task into a plurality of logic in an embedded operating system; Selecting a particular logic to be executed with a high second priority, generating an interrupt having the second priority during execution of the task, and calling the selected specific logic in the interrupt into a subroutine .
In one embodiment, the step of selecting the specific logic may include a step of comparing the execution time of the task with the execution time of the specific logic to determine whether to select the specific logic.
In another embodiment, the step of selecting the particular logic may comprise comparing the resource consumption of the task with the resource consumption of the particular logic to determine whether to select the particular logic
In yet another embodiment, the step of selecting the particular logic may include comparing the difference between the first priority of the task and the second priority to which the particular logic is to be executed to determine whether to select .
In yet another embodiment, the step of selecting the particular logic may comprise determining whether to select based on the scenario set in the embedded operating system.
In yet another embodiment, the step of generating an interrupt having the second priority may include the steps of excluding the particular logic in the task and generating the interrupt at the time when the excluded specific logic is to be performed in the task Step < / RTI >
According to another aspect of the present invention, there is provided an apparatus for ensuring priority of logic in an embedded operating system, the apparatus including an interface, a processor, a memory for loading a computer program executed by the processor, And the like. Here, the computer program may further comprise: an operation for dividing the task into a plurality of logic in an embedded operating system and an operation for selecting a specific logic to be executed at a second priority higher than the first priority of the task among the plurality of logic; An operation for generating the interrupt having the second priority while the task is being executed, and an operation for calling the selected specific logic in the interrupt into the subroutine.
According to the present invention as described above, it is possible to perform logic having different priorities in one task. Thus, even if a task or an interrupt having a priority higher than the priority assigned to the task is generated, it is possible to prevent the specific logic that needs priority assurance from being stopped during execution.
The effects of the present invention are not limited to the effects mentioned above, and other effects not mentioned can be clearly understood to those of ordinary skill in the art from the following description.
1A through 1B illustrate the priorities of logic in a conventional embedded operating system It is a pseudocode to explain how to manage.
Figure 2 shows the priorities of logic in a conventional embedded operating system This is a conceptual diagram for explaining how to manage.
3A and 3B are pseudocode for explaining the priority that each subroutine can have.
Figures 4A-B illustrate the priorities of logic in a conventional embedded operating system FIG. 2 is an exemplary diagram for explaining an embodiment according to a method of managing a content.
6 through 7 are flowcharts of a method for assuring priority of logic in an embedded operating system according to an embodiment of the present invention.
8 is a pseudocode explaining a method for assuring the priority of logic in an embedded operating system according to an embodiment of the present invention.
9A and 9B are diagrams for explaining a method for assuring priority of logic in an embedded operating system according to an embodiment of the present invention.
10 is a hardware configuration diagram of an apparatus for assuring priority of logic in an embedded operating system according to an embodiment of the present invention.
Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. BRIEF DESCRIPTION OF THE DRAWINGS The advantages and features of the present invention and the manner of achieving them will become apparent with reference to the embodiments described in detail below with reference to the accompanying drawings. The present invention may, however, be embodied in many different forms and should not be construed as being limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art. Is provided to fully convey the scope of the invention to those skilled in the art, and the invention is only defined by the scope of the claims. Like reference numerals refer to like elements throughout the specification.
Unless defined otherwise, all terms (including technical and scientific terms) used herein may be used in a sense commonly understood by one of ordinary skill in the art to which this invention belongs. Also, commonly used predefined terms are not ideally or excessively interpreted unless explicitly defined otherwise. The terminology used herein is for the purpose of illustrating embodiments and is not intended to be limiting of the present invention. In the present specification, the singular form includes plural forms unless otherwise specified in the specification.
It is noted that the terms "comprises" and / or "comprising" used in the specification are intended to be inclusive in a manner similar to the components, steps, operations, and / Or additions.
Hereinafter, the present invention will be described in more detail with reference to the accompanying drawings.
1A through 1B illustrate the priorities of logic in a conventional embedded operating system It is a pseudocode to explain how to manage.
An embedded system is an electronic control system consisting of hardware and software of a computer and additional mechanical devices or other parts to perform predetermined functions. In particular, a real-time operating system (RTOS) among the embedded operating systems for driving an embedded system must output a result within a predetermined time, so that priorities between tasks that consume resources of the microprocessor are managed Is very important.
Generally, in the embedded operating system, a scheduler is used to manage the priority among the tasks. Here, the scheduler is a part of determining the task to use the microprocessor at a specific time, which is the core of the embedded operating system. There are four major algorithms that are widely used as schedulers.
One is a first-in-first-out (FIFO) algorithm in which each task is executed until the end, and the next task is started when the task is finished. However, since the task is processed in order of request, it is a critical task, but there is a disadvantage that it can be carried out later in the order of request.
The other is a shortest job first algorithm. Each task is executed until the end of the task. When the task is finished, the task with the least time until the task finishes is selected. However, since the task is processed based on the execution time of the task, there is a disadvantage that the wait time may be longer than necessary in case of a task having a long execution time.
The other is a priority-based algorithm, which has priority for each task and is used to select the next task to be performed. Priority-based scheduling is preemptive and nonpreemptive. The preemptive type is a method of stopping a task that is being executed and performing a higher priority task when the task having a priority higher than that of the task is ready. In the non-linear type, each task is executed When the task is finished, the next highest priority task is selected.
The last is a round robin algorithm, in which each task is executed only for a specified period of time called a time slice. After that time, the task being executed is stopped and the next task is executed. If all tasks have similar priority, the round-robin algorithm can be advantageous, but if the priority difference between the tasks is large, it is an important task and it is treated the same.
Most embedded operating systems are real-time operating systems, and real-time operating systems perform priority management using preemptive scheduling among the algorithms described above to ensure real-time performance of each task. That is, a priority is assigned to each task, and when a request for execution of a task having a higher priority occurs, control is given to the task. However, conventionally, each task is executed with priority for each task or each interrupt, so that one task can have only one priority.
Referring to FIG. 1A, it can be seen that three piles of logic are executed in the
1B, it can be seen that the
Conventionally, since one task can perform logic with only one priority, it is possible that a task performing important logic performs less important logic, but the execution may be stopped by a higher priority task have. In this regard, the priorities of the respective tasks and the interrupts will be described in more detail with reference to FIG.
Figure 2 shows the priorities of logic in a conventional embedded operating system This is a conceptual diagram for explaining how to manage.
It is a task or an interrupt that can be performed with priority in preemption scheduling. That is, the
For convenience of understanding, it is assumed that the priority exists from 1 to 6, and the lower the number, the higher the priority. That is,
In the example of FIG. 2,
In the example of FIG. 2, the interrupt # 1 and the interrupt # 2 do not call the specific subroutine. In the case of the interrupt # 3, the
3A and 3B are pseudocode for explaining the priority that each subroutine can have.
Referring to FIG. 3A, it can be seen that
Here, a subroutine is a term referring to a series of codes that are separately made to perform specific logic, and is often called a function. Using subroutines can improve code reusability and readability. That is, a subroutine can be called from multiple tasks or interrupts, so it does not have its own priority, but rather inherits the priority of the task or interrupt that called it. In the example of FIG. 3A, the
Referring to FIG. 3B, the
3A through 3B, even when a plurality of different subroutines are called in one task, they are executed with a single priority, and even if they are the same subroutine, We have seen that we can have priorities. Problems that may occur in this case will be described in more detail with reference to FIGS. 4A to 5B.
Figures 4A-B illustrate the priorities of logic in a conventional embedded operating system FIG. 2 is an exemplary diagram for explaining an embodiment according to a method of managing a content.
In the example of FIG. 4A, it can be seen that, during execution of
Although subroutines are described as not having a specific priority but of following the priority of the task or interrupt that calls the subroutine, the subroutine itself is executed with specific logic, so there may be a significance between the subroutines. In the example of FIG. 2, it is assumed that
In the example of FIG. 4B, it can be seen that, during execution of
Even in the case of FIG. 4B, the
In the example of FIG. 5A, when the
At first glance, it looks similar to the case of FIG. However, in detail, even
Of course, in order to prevent this situation in advance, the priority of
In the example of FIG. 5B, as in the example of FIG. 5A, it can be seen that there is a request of the interrupt # 4 having the priority of [4] during the execution of the
At this time, as in the case of 5a, there occurs a situation in which the execution of the logic that needs to guarantee the priority is suspended due to the less important task or interrupt request due to the priority inherited from the task. That is, if you are performing an important subroutine in a task with a lower priority and you want to perform a less important subroutine in a task with a higher priority, you can simply create a problem due to scheduling based on task priority .
6 through 7 are flowcharts of a method for assuring priority of logic in an embedded operating system according to an embodiment of the present invention.
Referring to FIG. 6, in order to enable the task to perform logic with different priorities, the logic is executed at the start of the task (S1100). The logic performed here may be omitted, if necessary, by the preprocessing logic before being called into the subroutine.
If it is determined that the subroutine is to be executed in step S1200, it is determined whether the subroutine is a subroutine requiring priority assurance. In the case of a subroutine requiring no guarantee of priority, the subroutine is called by the task as in the conventional case, and the subroutine is inherited from the priority of the task (S1310). On the contrary, in the case of a subroutine requiring priority guarantee, the task does not directly call the subroutine, but artificially generates an interrupt (S1360) and executes the subroutine in such a manner that the subroutine is called again in the corresponding interrupt ( S1370). Since interrupts artificially generated in a task have priority only for interrupts separately from tasks, a subroutine called in an interrupt can have a different priority from a task.
After the execution of the subroutine called by the interruption 1370 or the task 1310 by the interrupt is completed, the remaining logic of the task is executed (S1400). However, the postprocessing logic here may be omitted as needed, such as the preceding preprocessing logic. That is, in some cases, it may be possible to generate an interrupt without performing another logic in a specific task, to perform only a specific subroutine in the interrupt, and to terminate the task itself.
Of course, this will not work if a specific task executes only a specific subroutine through an interrupt and does not execute another logic. The purpose of executing a specific subroutine through an interrupt is to perform a specific subroutine with a different priority than the rest of the task's logic. That is, in the case of FIG. 5A, the general logic of the
We have also seen in FIG. 3a that a plurality of subroutines can be executed in one task. In FIG. 6, only one subroutine is described as generating an interrupt for priority assurance, but in some cases, multiple interrupts may be sequentially generated in one task to execute several subroutines It will be possible. That is, it is also possible to separate a plurality of logic tasks according to their priorities and to schedule them in a manner of executing subroutines through various interrupts.
Referring to FIG. 7, the task is divided into a plurality of logic (S2100). It divides the general logic to be executed by inheriting the priority of the task as it is and the specific logic that needs to guarantee the priority to be performed with higher priority than the priority of the task. The remainder excluding the selected specific logic may be performed as general logic in step S1100 or S1400 of FIG. 6 based on the before and after the subroutine.
After the task is divided into a plurality of logic, the specific logic to be executed through the interrupt is selected from those tasks (S2200). The specific logic to be executed through the interrupt must be logic that is important enough to be performed at a higher priority than the priority of the task. There are several criteria for determining whether a particular logic is important or not.
For example, it is possible to determine whether or not to sort by comparing the execution time of the specific logic among the total execution time of the task. If it is a particular logic that takes less than the preset threshold of execution time of a task, it may be useless to perform it through an interrupt. Rather, there may be a case where an interrupt is generated and a loss due to an overhead due to a call of a subroutine is greater in the process of executing the specific logic by using the interrupt.
Likewise, it is possible to compare the resource consumption of the particular logic against the total resource consumption of the task to decide whether or not to select it. This is because, if the specific logic occupies less than a preset reference value in the entire resource consumption of the task in consideration of the usage rate of the processor or the memory usage rate, it can be determined that the importance is relatively low.
On the other hand, it is possible to judge whether the task is selected based on the difference between the priority of the task and the priority to be performed by the specific logic. If the difference between the task priority and the priority to be performed by the specific logic is less than the preset reference value, there may be a small disadvantage that may occur even if the specific logic is not performed with a separate priority through the interrupt. In other words, if the priority of the task is guaranteed to some extent, it will not be necessary to perform it through the interrupt.
Based on the other scenario, it may be judged whether or not to screen. As mentioned earlier, the subroutines themselves are not prioritized, but subroutines are intended to eventually perform specific logic and may be of varying importance depending on the logic. Therefore, it is necessary to define priority by converting the priority of the subroutine into priority in advance according to the scenario, and to judge whether the subroutine is selected by using it.
For example, if
These scenarios can be pre-configured by the designer of the embedded operating system on the embedded operating system. That is, by using such a scenario, the embedded OS can actually obtain the effect of defining and managing priorities in tasks, interrupts, and subroutines. In this way, subroutine-dependent priorities can be defined and managed by scenarios.
After the specific logic to be executed through the interrupt is selected, a separate interrupt is forcibly generated in order to execute the specific logic (S2300). Interrupts generated at this time are interrupts with higher priority than tasks, and perform the specific logic on behalf of the task. That is, in order to perform the specific logic within a task, an interrupt is generated instead of performing the specific logic directly in the task, and the specific logic is executed through the subroutine call in the interrupt. If the specific logic is executed in a separate interrupt via a subroutine call, it can have a priority different from the task.
After preparation of the interrupt is completed, a specific subroutine is called through the corresponding interrupt (S2400). This particular logic will then be executed with a higher priority than the task, so that it will be less likely to be stopped by another task or interrupt with a higher priority.
Through FIG. 6 to FIG. 7, a priority assurance method for performing a specific logic with a priority higher than a priority of a task has been described. However, in some cases, an interrupt having a lower priority than the priority of the task may be used to perform specific logic even if the task is performed at a lower priority than the priority of the task. That is, through the present invention, a plurality of logic included in a task can be performed with a priority different from that of the task, so that each logic of the task can be performed through interruption by appropriately adjusting the priority according to the priority will be.
8 is a pseudocode explaining a method for assuring the priority of logic in an embedded operating system according to an embodiment of the present invention.
Interrupt refers to a series of processes in which an unexpected special situation occurs during the execution of a task to stop the task, process the special situation first, and then return to the original task and continue the remaining tasks. Types of interrupts include hardware interrupts and software interrupts. Among them, it is possible to generate interrupts that are artificially different from the task through software interrupts and can be executed by calling specific subroutines through interrupts.
Referring to FIG. 8, the modified
9A and 9B are diagrams for explaining a method for assuring priority of logic in an embedded operating system according to an embodiment of the present invention.
In the example of FIG. 9A, it can be seen that, during execution of
Compared with FIG. 5A, it can be seen that the
In the example of FIG. 9B, although the subroutine is executed using the interrupt, it can be seen that the subroutine is stopped by the task having the higher priority. That is, during the execution of the
10 is a hardware configuration diagram of an apparatus for assuring priority of logic in an embedded operating system according to an embodiment of the present invention.
10, a logic
The
The
The specific
The interrupt
The
Each component in FIG. 10 may refer to software or hardware such as an FPGA (Field Programmable Gate Array) or an ASIC (Application-Specific Integrated Circuit). However, the components are not limited to software or hardware, and may be configured to be addressable storage media, and configured to perform one or more processors. The functions provided in the components may be implemented by a more detailed component, or may be implemented by a single component that performs a specific function by combining a plurality of components.
While the present invention has been described in connection with what is presently considered to be practical exemplary embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, but, on the contrary, You will understand. It is therefore to be understood that the above-described embodiments are illustrative in all aspects and not restrictive.
Claims (7)
Selecting specific logic among the plurality of logic to be executed with a second priority higher than a first priority of the task;
Generating an interrupt having the second priority during the execution of the task; And
And calling the selected specific logic in the interrupt into a subroutine.
How to prioritize logic in embedded operating systems.
The step of selecting the particular logic comprises:
And comparing the execution time of the task with the execution time of the specific logic,
How to prioritize logic in embedded operating systems.
The step of selecting the particular logic comprises:
Comparing the resource consumption of the task with the resource consumption of the particular logic to determine whether the task is to be sorted;
How to prioritize logic in embedded operating systems.
The step of selecting the particular logic comprises:
Comparing the difference between the first priority of the task and the second priority to which the particular logic is to be executed,
How to prioritize logic in embedded operating systems.
The step of selecting the particular logic comprises:
And determining whether to screen based on the scenario set in the embedded operating system.
How to prioritize logic in embedded operating systems.
The generating of the interrupt having the second priority may include:
Excluding the particular logic in the task;
And generating the interrupt at a time when the excluded specific logic is to be performed in the task.
How to prioritize logic in embedded operating systems.
A memory for loading a computer program executed by the processor; And
Includes storage that stores tasks, interrupts, and subroutines,
The computer program comprising:
Dividing the task into a plurality of logic in an embedded operating system;
Selecting from among the plurality of logic specific logic to be executed at a second priority higher than the first priority of the task;
Generating an interrupt having the second priority while the task is being executed; And
And calling the selected specific logic in the interrupt into the subroutine.
A device for guaranteeing logic 's priority in an embedded operating system.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020150146581A KR101767418B1 (en) | 2015-10-21 | 2015-10-21 | Method and apparatus for guaranteeing priority of logic in an embedded operating system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020150146581A KR101767418B1 (en) | 2015-10-21 | 2015-10-21 | Method and apparatus for guaranteeing priority of logic in an embedded operating system |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20170046358A true KR20170046358A (en) | 2017-05-02 |
KR101767418B1 KR101767418B1 (en) | 2017-08-11 |
Family
ID=58742730
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020150146581A KR101767418B1 (en) | 2015-10-21 | 2015-10-21 | Method and apparatus for guaranteeing priority of logic in an embedded operating system |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR101767418B1 (en) |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE4445651A1 (en) * | 1994-12-21 | 1996-06-27 | Bosch Gmbh Robert | Process for the control of technical processes |
US7685347B2 (en) * | 2007-12-11 | 2010-03-23 | Xilinx, Inc. | Interrupt controller for invoking service routines with associated priorities |
CN105164638B (en) * | 2013-04-23 | 2019-09-27 | 起元科技有限公司 | Control being executed by computing system for task |
-
2015
- 2015-10-21 KR KR1020150146581A patent/KR101767418B1/en active IP Right Grant
Also Published As
Publication number | Publication date |
---|---|
KR101767418B1 (en) | 2017-08-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109445851B (en) | Multithreaded processor | |
US9582325B2 (en) | Method for scheduling with deadline constraints, in particular in Linux, carried out in user space | |
KR20180053359A (en) | Efficient scheduling of multi-version tasks | |
US10467054B2 (en) | Resource management method and system, and computer storage medium | |
US10248463B2 (en) | Apparatus and method for managing a plurality of threads in an operating system | |
CA2909748A1 (en) | Controlling tasks performed by a computing system | |
WO2020121840A1 (en) | Arithmetic control device | |
CN111953503A (en) | NFV resource deployment arrangement method and network function virtualization orchestrator | |
KR20130051076A (en) | Method and apparatus for scheduling application program | |
KR101767418B1 (en) | Method and apparatus for guaranteeing priority of logic in an embedded operating system | |
CN106874129B (en) | Method for determining process scheduling sequence of operating system and control method | |
JP6311330B2 (en) | Information processing apparatus, information processing method, and program | |
Bauer et al. | PATS: a performance aware task scheduler for runtime reconfigurable processors | |
EP3401784A1 (en) | Multicore processing system | |
JP6669705B2 (en) | Numerical control unit | |
CN114035926A (en) | Application thread scheduling method and device, storage medium and electronic equipment | |
Zouaoui et al. | CPU scheduling algorithms: Case & comparative study | |
CN110333899B (en) | Data processing method, device and storage medium | |
WO2018050243A1 (en) | Optimize operating system timers for high activation rate | |
JP2022550064A (en) | Shared Resource Allocation in Multithreaded Microprocessors | |
US8667492B2 (en) | Control of the runtime behavior of processes | |
JP2003241978A (en) | Load dispersion method and load dispersion system for device driver | |
CN116893893B (en) | Virtual machine scheduling method and device, electronic equipment and storage medium | |
CN116932227B (en) | Task scheduling method and device based on single thread | |
US20230418667A1 (en) | Computing device for handling tasks in a multi-core processor, and method for operating computing device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
AMND | Amendment | ||
E902 | Notification of reason for refusal | ||
AMND | Amendment | ||
E601 | Decision to refuse application | ||
AMND | Amendment | ||
X701 | Decision to grant (after re-examination) | ||
GRNT | Written decision to grant |