wlmaker
Loading...
Searching...
No Matches
lock_mgr.h
Go to the documentation of this file.
1/* ========================================================================= */
21#ifndef __LOCK_MGR_H__
22#define __LOCK_MGR_H__
23
24#include <libbase/libbase.h>
25
28
29#include "task_list.h"
30
31#ifdef __cplusplus
32extern "C" {
33#endif // __cplusplus
34
44
51
53extern const bs_test_set_t wlmaker_lock_mgr_test_set;
54
55
56#ifdef __cplusplus
57} // extern "C"
58#endif // __cplusplus
59
60#endif /* __LOCK_MGR_H__ */
61/* == End of lock_mgr.h ==================================================== */
void wlmaker_lock_mgr_destroy(wlmaker_lock_mgr_t *lock_mgr_ptr)
Definition lock_mgr.c:215
wlmaker_lock_mgr_t * wlmaker_lock_mgr_create(wlmaker_server_t *server_ptr)
Definition lock_mgr.c:185
const bs_test_set_t wlmaker_lock_mgr_test_set
Definition lock_mgr.c:764
Definition lock_mgr.c:53
wlmaker_server_t * server_ptr
Definition lock_mgr.c:58
Definition server.h:76