XFusion API
v1.3.0
载入中...
搜索中...
未找到
xf_lock_port.h
浏览该文件的文档.
1
12
#ifndef __XF_LOCK_PORT_H__
13
#define __XF_LOCK_PORT_H__
14
15
/* ==================== [Includes] ========================================== */
16
17
#include "
xf_lock_types.h
"
18
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
32
/* ==================== [Defines] =========================================== */
33
34
/* ==================== [Typedefs] ========================================== */
35
36
/* ==================== [Global Prototypes] ================================= */
37
46
xf_err_t
xf_lock_register
(
const
xf_lock_ops_t
*
const
p_ops);
47
48
/* ==================== [Macros] ============================================ */
49
50
#ifdef __cplusplus
51
}
/* extern "C" */
52
#endif
53
59
#endif
/* __XF_LOCK_PORT_H__ */
xf_err_t
int32_t xf_err_t
整形错误类型。 错误码具体值见 xf_err_code_t.
Definition
xf_err.h:69
xf_lock_ops_s
锁操作结构体.
Definition
xf_lock_types.h:144
xf_lock_register
xf_err_t xf_lock_register(const xf_lock_ops_t *const p_ops)
注册锁操作.
Definition
xf_lock.c:31
xf_lock_types.h
锁通用数据类型。
components
xf_utils
xf_utils
src
xf_lock
xf_lock_port.h
生成于 2025年 一月 21日 星期二 17:25:09 , 为 XFusion API使用
1.9.8