Changes between Version 22 and Version 23 of BasicApi

Show
Ignore:
Author:
eatnumber1 (IP: 129.21.81.213)
Timestamp:
09/15/09 18:03:30 (2 months ago)
Comment:

The word 'recursive' was being used where 'reentrant' was meant.

Legend:

Unmodified
Added
Removed
Modified
  • BasicApi

    v22 v23  
    117117}}} 
    118118 
    119 Call these around code segments during which you don't want to be suspended or killed by the core client. Since r14694, critical sections are recursive. This means that you can begin critical section multiple times, but each {{{begin}}} must have a matching {{{end}}} call. 
     119Call these around code segments during which you don't want to be suspended or killed by the core client. Since r14694, critical sections are reentrant. This means that you can begin critical section multiple times, but each {{{begin}}} must have a matching {{{end}}} call. 
    120120 
    121121'''NOTE:''' This is done automatically while checkpointing. 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.