Changes between Version 22 and Version 23 of BasicApi


Ignore:
Timestamp:
Sep 15, 2009, 6:03:30 PM (15 years ago)
Author:
eatnumber1
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.