| 101 | } |
| 102 | |
| 103 | inline attribute_hidden unsigned long beginSuspendRNGSynchronization(){ |
| 104 | typedef unsigned long (*Fun)(void); |
| 105 | static Fun fun = GET_CALLABLE("beginSuspendRNGSynchronization"); |
| 106 | return fun(); |
| 107 | } |
| 108 | |
| 109 | inline attribute_hidden unsigned long endSuspendRNGSynchronization(){ |
| 110 | typedef unsigned long (*Fun)(void); |
no outgoing calls
no test coverage detected