| 155 | } |
| 156 | |
| 157 | WELS_THREAD_ERROR_CODE WelsEventClose (WELS_EVENT* event, const char* event_name) { |
| 158 | CloseHandle (*event); |
| 159 | |
| 160 | *event = NULL; |
| 161 | return WELS_THREAD_ERROR_OK; |
| 162 | } |
| 163 | |
| 164 | #ifndef WP80 |
| 165 | void WelsSleep (uint32_t dwMilliSecond) { |
no outgoing calls
no test coverage detected