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_case_t wlmaker_lock_mgr_test_cases[];
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:225
wlmaker_lock_mgr_t * wlmaker_lock_mgr_create(wlmaker_server_t *server_ptr)
Definition lock_mgr.c:195
const bs_test_case_t wlmaker_lock_mgr_test_cases[]
Definition lock_mgr.c:838
Definition lock_mgr.c:55
wlmaker_server_t * server_ptr
Definition lock_mgr.c:60
Definition server.h:84