test_cancellock.h
1 #ifndef TEST_CANCELLOCK_H
2 #define TEST_CANCELLOCK_H 1
3 
4 
5 /* ========================================================================== */
6 /* Function prototypes */
7 
8 int test_cancellock(void);
9 
10 
11 #endif /* TEST_CANCELLOCK_H */
12 
13 /* EOF */
test_cancellock
int test_cancellock(void)
Test core_get_cancel_lock() implementation.
Definition: test_cancellock.c:38

Generated at 2024-04-27 using  doxygen