Thread-c-api.h 192 B

123456789101112131415
  1. #pragma once
  2. #include <stdint.h>
  3. #if defined(__cplusplus)
  4. extern "C"
  5. {
  6. #endif
  7. void UnityPalThreadInitialize();
  8. void UnityPalSleep(uint32_t milliseconds);
  9. #if defined(__cplusplus)
  10. }
  11. #endif