Mixed task set dispatching method based on VxWorks operation system
An operating system and scheduling method technology, applied in the computer field, can solve problems such as low real-time performance, low CPU utilization, and large computational load, and achieve the effects of improving utilization, improving real-time performance, and reducing response time.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0029] The specific implementation manner of the present invention will be described in detail below in conjunction with the accompanying drawings and program pseudo codes.
[0030] In a specific implementation, the pseudocode of the special periodic task used is:
[0031] void Special task
[0032] {
[0033] while(1)
[0034] {
[0035] taskDelay(periodT);
[0036] if(...)
[0037] {
[0038] semGive(semId[1]);
[0039] }
[0040] else semGive(semIdT);
[0041] semTake(semIdT, WAIT_FOREVER);
[0042] if(...)
[0043] {
[0044] semGive(semId[2]);
[0045]}
[0046] else semGive(semIdT);
[0047] semTake(semIdT, WAIT_FOREVER);
[0048] …; / *other cases* /
[0049] }
[0050]}
[0051] see figure 1 , the implementation steps of the present invention are as follows:
[0052] Step 1, create a ta...
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