Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

In FreeRTOS, I want to create several tasks inside the task AppTaskCreate. If the priority of AppTaskCreate is lower than that of the tasks it creates, will the created tasks start executing and cause ...
0 votes
0 answers
58 views

This simple test program runs considerably faster under Visual Studio Debug than in Release. using System.Diagnostics; using System.Windows; namespace MyDebugTest { //test the performance of ...
0 votes
2 answers
183 views

When task switch happens in an OS, how to decide which registers should be preserved? Is this purely decided by hardware architecture? Or also involve the OS implementation? I once did some naïve ...
1 vote
1 answer
506 views

There is a bug in KDE Activities where windows do not get focused and this requires to press Alt+Tab to switch to the last active window. I want to count the number of the windows to press only when ...
2 votes
0 answers
1k views

I'm trying to develop a basic kernel and I'd like to to have it perform a task switch to some code that I load into memory from an attached disk. I've tried following chapter 7 in intel's manual but ...
0 votes
0 answers
45 views

My app (app A) has options to send location data either to Google Maps, or to an app (app B) that I have written to display topographical maps The code in app A for calling the two apps is ...
1 vote
0 answers
910 views

I am trying to find a reason on why Infineon decided to use in it's Tricore architecture linked lists for saving the context of a task (when switching to another task). The context is saved in fixed ...
0 votes
1 answer
1k views

I try using Alt-Tab to switch to another window, and can see the window in Alt-Tab task switcher, but when I select it, it doesn't open. This happens to me for example with the Text Editor and also ...
0 votes
1 answer
2k views

what does the ESP and SS refer to?. For example, if I do a task switch from TASK_1 with privilege level of ring 0 to another TASK_2 at the same privilege level of ring 0. which will be used (ESP and ...
1 vote
0 answers
523 views

I'm new to android development, and currently creating an app for remote control to use in a test enviroment. What I'm trying to do is open an app, in this case netflix, wait for x seconds and then ...
1 vote
0 answers
1k views

Android task switcher shows the recent application details with current onpause screen shot. For security reason, I want to remove this screenshot from the task switcher with out implementing secure ...
6 votes
2 answers
3k views

If you press firmly on the left edge of the screen using an iPhone with 3D touch you will bring up the task switcher. I'd like to know how I can disable this behavior in my app.
2 votes
2 answers
132 views

So our app is handling when the app goes to background via this hack found elsewhere: public static boolean isAppGoingToBackground(Context context) { boolean retVal = false; ...
0 votes
1 answer
176 views

I'm not even sure if bash is the most proper way to achieve this but, I need to, programmatically, switch between opened applications on OS X. I'm thinking about doing a bash program to execute "cmd+...
MEM's user avatar
  • 31.6k
0 votes
1 answer
129 views

DWORD myThreadId = GetCurrentThreadId(); HWND hwnd_TaskSwitcher = FindWindow("TaskSwitcherWnd", "Task Switching"); AttachThreadInput(myThreadId, GetWindowThreadProcessId(hwnd_TaskSwitcher, NULL), 1); ...

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /