Searched refs:sys_hashmap_clear (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/lib/hash_map/src/ |
D | _main.c | 29 (void)sys_hashmap_clear(&map, NULL, NULL); in after() 30 (void)sys_hashmap_clear(&custom_load_factor_map, NULL, NULL); in after()
|
D | clear.c | 23 sys_hashmap_clear(&map, NULL, NULL); in ZTEST() 46 sys_hashmap_clear(&map, clear_callback, cleared); in ZTEST()
|
/Zephyr-latest/samples/basic/hash_map/src/ |
D | main.c | 86 sys_hashmap_clear(&map, NULL, NULL); in main()
|
/Zephyr-latest/include/zephyr/sys/ |
D | hash_map.h | 165 static inline void sys_hashmap_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, in sys_hashmap_clear() function
|