User Tools

Site Tools


admin:processes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
admin:processes [2013/05/22 14:17] jwarrioradmin:processes [2013/05/22 14:17] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Processes ======
  
 +  * if you abtWait (a hack) on a semaphore or a delay, that process will wait after it spins up a new UI process.
 +  * a normal semaphore in the UI process will cause the UI process to wait.
 +  * AbtSemaphore is a class. the wait method is the same as abtWait on a Semaphore.
 +  * a critical block turns off async interrupts and processing switching