12345678910111213141516171819202122232425262728293031323334353637 |
- #ifndef BAIDU_DUER_LIGHTDUER_PORT_INCLUDE_LIGHTDUER_THREAD_IMPL_H
- #define BAIDU_DUER_LIGHTDUER_PORT_INCLUDE_LIGHTDUER_THREAD_IMPL_H
- #include "lightduer_types.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- duer_u32_t duer_get_thread_id_impl();
- #ifdef __cplusplus
- }
- #endif
- #endif
|