Search Results

Search: Posts Made By: littlegnome
Forum: Programming 12-23-2011
3,096
Posted By littlegnome
Ok, this doesn't work either. Because those...
Ok, this doesn't work either. Because those functions are not supported on the target machine.
Forum: Programming 12-22-2011
3,096
Posted By littlegnome
I now realized that I need to save two values per...
I now realized that I need to save two values per array position instead of one. Now my question is how to do this without breaking it.

Fill the array with structs holding two elements (integers)?...
Forum: Programming 12-22-2011
3,096
Posted By littlegnome
Locking the list is not an option. If the...
Locking the list is not an option.

If the list is locked and another signal comes in while the list is locked, the 2nd signal handler will go into a deadlock, because the 1st signal handler waits...
Forum: Programming 12-07-2011
3,096
Posted By littlegnome
Ok, but I need to safe an integer value retrieved...
Ok, but I need to safe an integer value retrieved by the signal handler. Can I do that?
(If multiple signals come in I have to safe multiple integer values)
Forum: Programming 12-06-2011
3,096
Posted By littlegnome
Signalsafe data structures
Hello,

I have a signal handler which manipulates a data structure. The data structure's operations aren't atomic. So if two threads/processes are in a critical section at the same time the data...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 08:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy