CN110737358A - thread binding method, terminal and storage medium - Google Patents

thread binding method, terminal and storage medium Download PDF

Info

Publication number
CN110737358A
CN110737358A CN201910824905.3A CN201910824905A CN110737358A CN 110737358 A CN110737358 A CN 110737358A CN 201910824905 A CN201910824905 A CN 201910824905A CN 110737358 A CN110737358 A CN 110737358A
Authority
CN
China
Prior art keywords
binding
touch screen
application
target application
core processor
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910824905.3A
Other languages
Chinese (zh)
Inventor
林进全
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oppo Chongqing Intelligent Technology Co Ltd
Original Assignee
Oppo Chongqing Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oppo Chongqing Intelligent Technology Co Ltd filed Critical Oppo Chongqing Intelligent Technology Co Ltd
Priority to CN201910824905.3A priority Critical patent/CN110737358A/en
Publication of CN110737358A publication Critical patent/CN110737358A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Software Systems (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the application discloses an thread binding method which comprises the steps of obtaining an optimized application library and a currently started target application, searching the target application from the optimized application library, binding a touch screen interrupt thread on a maximum kernel of a multi-core processor when the target application is searched from the optimized application library, and obtaining corresponding touch screen information when the target application runs.

Description

thread binding method, terminal and storage medium
Technical Field
The embodiment of the application relates to the technical field of electronic communication, in particular to an thread binding method, a terminal and a storage medium.
Background
Touch-sensitive screen, kinds of induction type liquid crystal display device that can receive input signal such as contact, is used on terminal such as cell-phone, flat board by general, touch-sensitive screen can report a point based on the electric capacity induction principle, namely through judging whether the electric capacity difference between touch-sensitive screen of contact and the touch-sensitive screen of contactless is in presetting reporting a point threshold value, confirm reporting a point coordinate.
Currently, a terminal can run a touch screen interrupt thread, so as to acquire touch screen information of touch screen hardware, namely, an interrupt notification and coordinate information for processing, and realize page response of different applications. However, for some specific applications, such as game applications, in the running process, the requirement on the response speed of the user for the touch screen is high, and the terminal generally defaults to automatically schedule the touch screen interrupt thread along with the multi-core processor, so that the response speed of the touch screen is low, and the probability of information loss is high along with the continuous increase of the touch screen reporting rate.
Disclosure of Invention
The embodiment of the application provides thread binding methods, a terminal and a storage medium, wherein the terminal binds a touch screen interrupt thread on a maximum kernel of a multi-core processor under the condition of starting a specific application, so that the response speed of the touch screen for the specific application is improved, and the probability of information loss is reduced.
The technical scheme of the embodiment of the application is realized as follows:
the embodiment of the application provides an thread binding method, which comprises the following steps:
acquiring an optimized application library and a currently started target application;
searching the target application from the optimized application library;
when the target application is found from the optimized application library, binding the touch screen interrupt thread on the maximum kernel of the multi-core processor; the touch screen interrupt thread is used for acquiring touch screen information corresponding to the target application in operation.
In the thread binding method, the binding the touch screen interrupt thread to the maximum kernel of the multi-core processor includes:
generating a binding instruction;
executing the binding instruction to bind the touch screen interrupt thread on a maximum core of the multi-core processor.
In the thread binding method, after the touch screen interrupt thread is bound to the maximum kernel of the multi-core processor when the target application is found from the optimized application library, the method further includes:
detecting the running state of the target application;
and when the operating state is detected to be the exit of the operation, canceling the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor.
In the thread binding method, the canceling the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor includes:
generating a cancel instruction;
and executing the canceling instruction to cancel the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor.
In the thread binding method, after the target application is searched from the optimized application library, the method further includes:
and when the target application is not found in the optimized application library, performing kernel binding of the multi-core processor on the touch screen interrupt thread according to an automatic scheduling mode.
The embodiment of the present application provides kinds of terminals, including:
the upper-layer system is used for acquiring an optimized application library and a currently started target application; searching the target application from the optimized application library;
the bottom system is used for binding the touch screen interrupt thread on the maximum kernel of the multi-core processor when the upper system finds the target application from the optimization application library; the touch screen interrupt thread is used for acquiring touch screen information corresponding to the target application in operation.
In the above terminal, the upper system is further configured to generate a binding instruction, and transmit the binding instruction to the bottom system;
the bottom layer system is specifically configured to execute the binding instruction to bind the touch screen interrupt thread to a maximum kernel of the multi-core processor.
In the above terminal, the upper system is further configured to detect an operating state of the target application;
and the bottom layer system is also used for canceling the binding between the touch screen interrupt thread binding and the maximum kernel of the multi-core processor when the upper layer system detects that the working state is the exit state.
In the terminal, the upper system is further configured to generate a cancellation instruction, and transmit the cancellation instruction to the bottom system;
the bottom layer system is specifically configured to execute the cancel instruction to cancel the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor.
In the terminal, the bottom system is further configured to perform kernel binding of the multi-core processor on the touch screen interrupt thread according to an automatic scheduling mode when the upper system does not find the target application from the optimized application library.
The embodiment of the application provides terminals, wherein each terminal comprises a multi-core processor, a memory and a communication bus;
the communication bus is used for realizing communication connection between the multi-core processor and the memory;
the multi-core processor is used for executing the thread binding program stored in the memory so as to realize the thread binding method.
The present application provides computer-readable storage media having stored thereon a computer program that, when executed by or more processors, implements the thread binding method described above.
The embodiment of the application provides a thread binding method which comprises the steps of obtaining an optimized application library and a currently started target application, searching the target application from the optimized application library, binding a touch screen interrupt thread to a maximum kernel of a multi-core processor when the target application is searched from the optimized application library, and obtaining corresponding touch screen information when the target application runs.
Drawings
Fig. 1 is a schematic flowchart of an thread binding method according to an embodiment of the present application;
FIG. 2 is a schematic illustration of a display of exemplary terminal interfaces provided by an embodiment of the present application;
fig. 3 is a second flowchart illustrating an thread binding method according to an embodiment of the present application;
FIG. 4 is a schematic diagram illustrating an process for binding interrupt threads of a touch screen according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of terminals provided in this application;
fig. 6 is a schematic structural diagram two of terminals provided in the embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application. It is to be understood that the specific embodiments described herein are merely illustrative of the relevant application and are not limiting of the application. It should be noted that, for the convenience of description, only the parts related to the related applications are shown in the drawings.
Example
Fig. 1 is a flowchart illustrating a thread binding method provided in an embodiment of the present application, as shown in fig. 1, the method mainly includes the following steps:
s101, obtaining an optimized application library and a currently started target application.
In the embodiment of the application, the terminal can acquire the optimized application library and the currently started target application.
It should be noted that, in the embodiment of the present application, the optimized application library is application libraries pre-established in the terminal, and includes at least applications that need to optimize touch response speed and effect at runtime.
For example, in the embodiment of the present application, a user generally wants to have a faster response speed for a game application when performing a touch screen operation, and therefore, the game application can be set in the optimized application library.
It should be noted that, in the embodiment of the present application, the terminal may obtain, in real time, an application currently started by the terminal, where the currently started application is also a target application, that is, an application that needs to be subsequently thread-bound. Specific target application the embodiments of the present application are not limited.
For example, in the embodiment of the present application, when the terminal acquires that game applications are currently started, the game application may be determined as the target application.
Fig. 2 is a schematic diagram of exemplary application launching applications provided by an embodiment of the present application, as shown in fig. 2, icons of an application 1, an application 2, an application 3, an application 4, an application 5, and an application 6 are displayed on a terminal interface, and a user clicks the icon of the application 6, so that the application 6 is launched, that is, the application 6 is a target application currently launched.
S102, searching the target application from the optimization application library.
In the embodiment of the application, after the terminal acquires the optimized application library and the currently started target application, the terminal can search the target application from the optimized application library.
It should be noted that, in the embodiment of the present application, the optimized application library includes at least applications, and after the terminal acquires the currently started target application, the terminal may search times from the optimized application library to determine whether the target application exists in the optimized application library.
It is understood that in the embodiment of the present application, the terminal searches the target application from the optimized application library, there are two results, results indicate that the target application is found from the optimized application library, and another results indicate that the target application is not found from the optimized application library.
S103, binding the touch screen interrupt thread on the maximum kernel of the multi-core processor when the target application is found from the optimization application library; the touch screen interrupt thread is used for acquiring touch screen information corresponding to the running of the target application.
In the embodiment of the application, when the terminal finds the target application from the optimized application library, the touch screen interrupt thread is bound on the maximum kernel of the multi-core processor.
It should be noted that, in the embodiment of the present application, the terminal includes a multi-core processor, where the multi-core processor refers to a core that is formed by integrating two or more completed computing engines in processors, and the maximum core in the multi-core processor is the core with the highest frequency, and has a strong processing capability.
It can be understood that, in the embodiment of the present application, the terminal binds the touch screen interrupt thread to the maximum kernel of the multi-core processor, and the touch screen interrupt thread is thereby run under the support of the maximum kernel. Because the maximum kernel processing capacity of the multi-core processor is strongest, the touch screen interrupt thread is operated under the support of the maximum kernel, the speed of acquiring the corresponding touch screen information when the target application operates can be increased, and correspondingly, the response speed of the touch screen is increased.
It should be noted that, in the embodiment of the present application, the main function of the terminal running the touch screen interrupt thread is to acquire touch screen information, that is, the interrupt notification and the coordinate information of the touch screen hardware, and then, according to the touch screen information, the terminal can respond to the page of the running target application.
Specifically, in the embodiment of the present application, the binding, by the terminal, the touch screen interrupt thread to the maximum kernel of the multi-core processor includes: generating a binding instruction; and executing a binding instruction to bind the touch screen interrupt thread on the maximum kernel of the multi-core processor.
It should be noted that, in the embodiment of the present application, the terminal may actually include an upper system and a lower system, where when the target application is found from the optimization application library, the upper system generates a binding instruction and transmits the binding instruction to the lower system, and the lower system receives the binding instruction and executes the binding instruction, so as to bind the touch screen interrupt thread to the maximum kernel of the multi-core processor. Further, the above steps S101 and S102 are also actually realized by the upper system.
Fig. 3 is a second flowchart illustrating a thread binding method according to an embodiment of the present application, as shown in fig. 3, after step S103, the following steps may also be performed:
and S104, detecting the running state of the target application.
In the embodiment of the application, after the terminal binds the touch screen interrupt thread on the maximum kernel of the multi-core processor, the running state of the target application can be detected.
It should be noted that, in the embodiment of the present application, after the terminal binds the touch screen interrupt thread to the maximum kernel of the multi-core processor, the running state of the target application may be detected in real time. The running state of the target application can be running and quitting running.
And S105, when the operation state is detected to be the operation exit state, canceling the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor.
In the embodiment of the application, when the terminal detects that the running state of the target application is running quitting, the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor can be cancelled.
Specifically, in the embodiment of the present application, the canceling, by the terminal, the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor includes: generating a cancel instruction; and executing a canceling instruction to cancel the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor.
It should be noted that, in the embodiment of the present application, the terminal may actually include an upper system and a lower system, where when it is detected that the running state of the target application is exit running, the upper system generates a cancel instruction and transmits the cancel instruction to the lower system, and the lower system receives the cancel instruction and executes the cancel instruction, thereby canceling the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor.
It can be understood that, in the embodiment of the present application, after the terminal binds the touch screen interrupt thread to the maximum kernel of the multi-core processor, when the target application stops running, that is, the running state of the target application is the quit running, a high-speed touch screen response is no longer required, and therefore, the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor can be cancelled.
It should be noted that, in the embodiment of the present application, after the terminal cancels the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor, the binding of the touch screen interrupt thread may be continued according to other currently started applications, which is the same as the above steps and is not described herein again.
It can be understood that, in the embodiment of the present application, when the terminal detects that the running state of the target application is running, the terminal only needs to continue to maintain the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor.
In the embodiment of the present application, in step S102, after the terminal searches for the target application from the optimized application library, a result that is not found may occur, and accordingly, the following steps are performed: and when the target application is not found in the optimization application library, performing kernel binding of the multi-core processor on the touch screen interrupt thread according to an automatic scheduling mode.
It should be noted that, in the embodiment of the present application, when the terminal does not find the target application from the optimized application library, the representation target application does not need a higher response speed of the touch screen in the running process, and therefore, the terminal may automatically perform kernel binding scheduling according to the performance such as the real-time processing capability of different kernels in the multi-core processor in an automatic scheduling manner, that is, may perform binding switching on different kernels for the touch screen interrupt thread according to the actual situation.
Fig. 4 is a schematic diagram of a process of binding types of touch screen interrupt threads provided in an embodiment of the present application, where as shown in fig. 4, a terminal may obtain a currently-started target application, then search for whether the target application exists in an optimized application library, when the target application is found in the optimized application library, bind the touch screen interrupt thread to a maximum kernel of a multi-core processor, and when the target application is not found in the optimized application library, perform kernel binding of the multi-core processor on the touch screen interrupt thread according to an automatic scheduling manner.
The embodiment of the application provides a thread binding method which comprises the steps of obtaining an optimized application library and a currently started target application, searching the target application from the optimized application library, binding a touch screen interrupt thread to a maximum kernel of a multi-core processor when the target application is searched from the optimized application library, and obtaining corresponding touch screen information when the target application runs.
Example two
kinds of terminals are provided in the embodiment of the present application, fig. 5 is a schematic structural diagram of kinds of terminals provided in the embodiment of the present application, as shown in fig. 5, a terminal includes:
the upper system 501 is used for acquiring an optimized application library and a currently started target application; searching the target application from the optimized application library;
the bottom system 502 is configured to bind the touch screen interrupt thread to the maximum kernel of the multi-core processor when the upper system finds the target application from the optimization application library; the touch screen interrupt thread is used for acquiring touch screen information corresponding to the target application in operation.
Optionally, the upper system 501 is further configured to generate a binding instruction, and transmit the binding instruction to the bottom system 502;
the underlying system 502 is specifically configured to execute the binding instruction, so as to bind the touch screen interrupt thread to the maximum core of the multi-core processor.
Optionally, the upper system 501 is further configured to detect an operating state of the target application;
the bottom system 502 is further configured to cancel the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor when the upper system 501 detects that the running state is exit running.
Optionally, the upper system 501 is further configured to generate a cancellation instruction, and transmit the cancellation instruction to the bottom system 502;
the underlying system 502 is specifically configured to execute the cancel instruction to cancel the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor.
Optionally, the bottom system 502 is further configured to perform core binding of the multi-core processor on the touch screen interrupt thread according to an automatic scheduling manner when the upper system 501 does not find the target application from the optimized application library.
Fig. 6 is a schematic structural diagram ii of terminals provided in the embodiment of the present application, as shown in fig. 6, the terminals include a multicore processor 601, a memory 602, and a communication bus 603;
the communication bus 603 is used for realizing communication connection between the multi-core processor 601 and the memory 602;
the multi-core processor 601 is configured to execute the thread binding program stored in the memory, so as to implement the thread binding method.
The embodiment of the application provides terminals, an optimized application library and a currently started target application are obtained, the target application is searched from the optimized application library, when the target application is searched from the optimized application library, a touch screen interrupt thread is bound on a maximum kernel of a multi-core processor, and the touch screen interrupt thread is used for obtaining corresponding touch screen information when the target application runs.
computer-readable storage media may be volatile Memory (volatile Memory) such as Random-Access Memory (RAM), or non-volatile Memory (non-volatile Memory) such as Read-Only Memory (ROM), flash Memory (flash Memory), Hard Disk Drive (HDD), or Solid State Drive (SSD), or may be respective devices including or any combination of the above memories, such as mobile phones, computers, tablet devices, personal digital assistants, and the like.
Furthermore, the present application may take the form of a computer program product embodied on or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
It is to be understood that each flow and/or block in the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions which can be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flow diagrams flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present application are included in the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (12)

1, A method for thread binding, the method comprising:
acquiring an optimized application library and a currently started target application;
searching the target application from the optimized application library;
when the target application is found from the optimized application library, binding the touch screen interrupt thread on the maximum kernel of the multi-core processor; the touch screen interrupt thread is used for acquiring touch screen information corresponding to the target application in operation.
2. The method of claim 1, wherein binding the touch screen interrupt thread to a largest core of a multi-core processor comprises:
generating a binding instruction;
executing the binding instruction to bind the touch screen interrupt thread on a maximum core of the multi-core processor.
3. The method of claim 1, wherein after binding the touchscreen interrupt thread to a largest core of a multi-core processor when the target application is located from an optimized application library, the method further comprises:
detecting the running state of the target application;
and when the operating state is detected to be the exit of the operation, canceling the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor.
4. The method of claim 3, wherein unbinding the touch screen interrupt thread from the largest core of the multicore processor comprises:
generating a cancel instruction;
and executing the canceling instruction to cancel the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor.
5. The method of claim 1, wherein after the target application is located in the optimized application library, the method further comprises:
and when the target application is not found in the optimized application library, performing kernel binding of the multi-core processor on the touch screen interrupt thread according to an automatic scheduling mode.
A terminal of the type , comprising:
the upper-layer system is used for acquiring an optimized application library and a currently started target application; searching the target application from the optimized application library;
the bottom system is used for binding the touch screen interrupt thread on the maximum kernel of the multi-core processor when the upper system finds the target application from the optimization application library; the touch screen interrupt thread is used for acquiring touch screen information corresponding to the target application in operation.
7. The terminal of claim 6,
the upper layer system is also used for generating a binding instruction and transmitting the binding instruction to the bottom layer system;
the bottom layer system is specifically configured to execute the binding instruction to bind the touch screen interrupt thread to a maximum kernel of the multi-core processor.
8. The terminal of claim 6,
the upper layer system is also used for detecting the running state of the target application;
and the bottom layer system is also used for canceling the binding between the touch screen interrupt thread binding and the maximum kernel of the multi-core processor when the upper layer system detects that the working state is the exit state.
9. The terminal of claim 8,
the upper-layer system is also used for generating a canceling instruction and transmitting the canceling instruction to the bottom-layer system;
the bottom layer system is specifically configured to execute the cancel instruction to cancel the binding between the touch screen interrupt thread and the maximum kernel of the multi-core processor.
10. The terminal of claim 6,
and the bottom layer system is further used for binding the kernels of the multi-core processors to the touch screen interrupt thread according to an automatic scheduling mode when the upper layer system does not find the target application from the optimized application library.
11, kinds of terminals, characterized in that, the terminal includes a multicore processor, a memory and a communication bus;
the communication bus is used for realizing communication connection between the multi-core processor and the memory;
the multi-core processor, configured to execute the thread binding program stored in the memory to implement the thread binding method of any of claims 1-5.
12, computer readable storage medium having stored thereon a computer program, the computer program when executed by or more processors implementing the thread binding method of any of claims 1-5 to .
CN201910824905.3A 2019-09-02 2019-09-02 thread binding method, terminal and storage medium Pending CN110737358A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910824905.3A CN110737358A (en) 2019-09-02 2019-09-02 thread binding method, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910824905.3A CN110737358A (en) 2019-09-02 2019-09-02 thread binding method, terminal and storage medium

Publications (1)

Publication Number Publication Date
CN110737358A true CN110737358A (en) 2020-01-31

Family

ID=69267543

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910824905.3A Pending CN110737358A (en) 2019-09-02 2019-09-02 thread binding method, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN110737358A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113360016A (en) * 2020-03-06 2021-09-07 北京小米移动软件有限公司 Information control method and device, and storage medium
CN113535357A (en) * 2021-07-07 2021-10-22 厦门墨逦标识科技有限公司 Method and storage medium for guaranteeing performance of main thread in Eagle vision application
CN115220932A (en) * 2022-07-13 2022-10-21 小米汽车科技有限公司 Communication process execution method, device, vehicle, readable storage medium and chip

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110067029A1 (en) * 2009-09-11 2011-03-17 Andrew Wolfe Thread shift: allocating threads to cores
CN106055408A (en) * 2016-05-31 2016-10-26 广东欧珀移动通信有限公司 Application control method and mobile terminal
CN106095548A (en) * 2016-06-03 2016-11-09 青岛海信移动通信技术股份有限公司 A kind of method and apparatus distributing interruption in multi-core processor system
CN107402816A (en) * 2017-07-28 2017-11-28 广东欧珀移动通信有限公司 Adjust method, apparatus, terminal and the storage medium of touch-screen work queue
CN107479894A (en) * 2017-08-21 2017-12-15 奇酷互联网络科技(深圳)有限公司 Application program accelerating method, system, mobile terminal and readable storage medium storing program for executing
CN108037999A (en) * 2017-12-06 2018-05-15 广东欧珀移动通信有限公司 Resource allocation method and Related product
CN109165091A (en) * 2018-07-03 2019-01-08 南昌黑鲨科技有限公司 Method, mobile terminal and the storage medium of running quality are applied in a kind of optimization
CN109254849A (en) * 2018-08-31 2019-01-22 北京小米移动软件有限公司 The operation method and device of application program
CN110008027A (en) * 2019-04-09 2019-07-12 Oppo广东移动通信有限公司 Operation method, device, terminal and the storage medium of process

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110067029A1 (en) * 2009-09-11 2011-03-17 Andrew Wolfe Thread shift: allocating threads to cores
CN106055408A (en) * 2016-05-31 2016-10-26 广东欧珀移动通信有限公司 Application control method and mobile terminal
CN106095548A (en) * 2016-06-03 2016-11-09 青岛海信移动通信技术股份有限公司 A kind of method and apparatus distributing interruption in multi-core processor system
CN107402816A (en) * 2017-07-28 2017-11-28 广东欧珀移动通信有限公司 Adjust method, apparatus, terminal and the storage medium of touch-screen work queue
CN107479894A (en) * 2017-08-21 2017-12-15 奇酷互联网络科技(深圳)有限公司 Application program accelerating method, system, mobile terminal and readable storage medium storing program for executing
CN108037999A (en) * 2017-12-06 2018-05-15 广东欧珀移动通信有限公司 Resource allocation method and Related product
CN109165091A (en) * 2018-07-03 2019-01-08 南昌黑鲨科技有限公司 Method, mobile terminal and the storage medium of running quality are applied in a kind of optimization
CN109254849A (en) * 2018-08-31 2019-01-22 北京小米移动软件有限公司 The operation method and device of application program
CN110008027A (en) * 2019-04-09 2019-07-12 Oppo广东移动通信有限公司 Operation method, device, terminal and the storage medium of process

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
余益等: "《大学计算机》", 30 June 2016, 中国铁道出版社 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113360016A (en) * 2020-03-06 2021-09-07 北京小米移动软件有限公司 Information control method and device, and storage medium
CN113535357A (en) * 2021-07-07 2021-10-22 厦门墨逦标识科技有限公司 Method and storage medium for guaranteeing performance of main thread in Eagle vision application
CN115220932A (en) * 2022-07-13 2022-10-21 小米汽车科技有限公司 Communication process execution method, device, vehicle, readable storage medium and chip

Similar Documents

Publication Publication Date Title
KR102150774B1 (en) Method and apparatus for loading a terminal application
CN110737358A (en) thread binding method, terminal and storage medium
CN106897095B (en) Method and device for hot repairing application program, readable storage medium and computing equipment
CN105843547B (en) A kind of page sliding method and device
KR20160097393A (en) Method for invoking program and electronic device therof
US20160103599A1 (en) Method and apparatus for optimizing operating environment of a user terminal
CN105549825A (en) Position adjustment method for application icon and user terminal
KR20140010930A (en) Method and apparatus for providing efficient context classification
WO2022179486A1 (en) Multi-core processor task scheduling method and apparatus, and device and storage medium
CN103616982A (en) Touch screen device and method of creating new folders on touch screen device
CN105930058A (en) Application starting method and apparatus for mobile terminal and mobile terminal
CN103761036A (en) Method and device for running application
KR20210049204A (en) Control method and control apparatus for starting of application
CN104536643A (en) Icon dragging method and terminal
CN104598308A (en) Mode switching control method and device
RU2649945C2 (en) Method for improving touch recognition and electronic device thereof
US7444449B2 (en) Method, computer program product and computer system for controlling execution of an interruption routine
CN105068718A (en) Information processing method and electronic device
EP3566135B1 (en) Method and apparatus for managing content across applications
US20140129957A1 (en) Personalized user interface on mobile information device
CN107885548B (en) System starting method and device
EP3210101B1 (en) Hit-test to determine enablement of direct manipulations in response to user actions
CN112905072B (en) Application processing method and device and electronic equipment
US11681601B2 (en) Application program management method and apparatus, and storage medium
CN115185745A (en) Data processing method, system, electronic device and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination