| 131 | |
| 132 | |
| 133 | int init_dset(void) |
| 134 | { |
| 135 | dset_ctx_idx = context_register_ptr(CONTEXT_GLOBAL, dset_destroy); |
| 136 | if (dset_ctx_idx < 0) |
| 137 | return -1; |
| 138 | |
| 139 | return 0; |
| 140 | } |
| 141 | |
| 142 | |
| 143 | /*! \brief Disable/Enables parallel branch usage (read and write) |
no test coverage detected