| 95 | } |
| 96 | |
| 97 | inline attribute_hidden unsigned long exitRNGScope(){ |
| 98 | typedef unsigned long (*Fun)(void); |
| 99 | static Fun fun = GET_CALLABLE("exitRNGScope"); |
| 100 | return fun(); |
| 101 | } |
| 102 | |
| 103 | inline attribute_hidden unsigned long beginSuspendRNGSynchronization(){ |
| 104 | typedef unsigned long (*Fun)(void); |