wlmaker
Loading...
Searching...
No Matches
lock_mgr.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __LOCK_MGR_H__
21#define __LOCK_MGR_H__
22
23#include <libbase/libbase.h>
24
27
28#include "server.h" // IWYU pragma: keep
29
30#ifdef __cplusplus
31extern "C" {
32#endif // __cplusplus
33
43
50
52extern const bs_test_set_t wlmaker_lock_mgr_test_set;
53
54
55#ifdef __cplusplus
56} // extern "C"
57#endif // __cplusplus
58
59#endif /* __LOCK_MGR_H__ */
60/* == End of lock_mgr.h ==================================================== */
void wlmaker_lock_mgr_destroy(wlmaker_lock_mgr_t *lock_mgr_ptr)
Definition lock_mgr.c:222
wlmaker_lock_mgr_t * wlmaker_lock_mgr_create(wlmaker_server_t *server_ptr)
Definition lock_mgr.c:192
const bs_test_set_t wlmaker_lock_mgr_test_set
Definition lock_mgr.c:843
Definition lock_mgr.c:52
wlmaker_server_t * server_ptr
Definition lock_mgr.c:57
Definition server.h:84