Common process - Initialization
更多...
#include "tal_semaphore.h"
浏览源代码.
|
|
#define | tuya_hal_semaphore_create_init(handle, sem_cnt, sem_max) tal_semaphore_create_init(handle, sem_cnt, sem_max) |
| |
|
#define | tuya_hal_semaphore_post(handle) tal_semaphore_post(handle) |
| |
|
#define | tuya_hal_semaphore_release(handle) tal_semaphore_release(handle) |
| |
|
#define | tuya_hal_semaphore_wait(handle) tal_semaphore_wait(handle, SEM_WAIT_FOREVER) |
| |
|
#define | tuya_hal_semaphore_waittimeout(handle, timeout) tal_semaphore_wait(handle, timeout) |
| |
Common process - Initialization
- 版本
- 0.1
- 日期
- 2020-11-09
- 版权所有
- Copyright 2020-2021 Tuya Inc. All Rights Reserved.