Home
last modified time | relevance | path

Searched refs:heap_listener_lock (Results 1 – 1 of 1) sorted by relevance

/lib/heap/
A Dheap_listener.c10 static struct k_spinlock heap_listener_lock; variable
15 k_spinlock_key_t key = k_spin_lock(&heap_listener_lock); in heap_listener_register()
19 k_spin_unlock(&heap_listener_lock, key); in heap_listener_register()
24 k_spinlock_key_t key = k_spin_lock(&heap_listener_lock); in heap_listener_unregister()
28 k_spin_unlock(&heap_listener_lock, key); in heap_listener_unregister()
34 k_spinlock_key_t key = k_spin_lock(&heap_listener_lock); in heap_listener_notify_alloc()
44 k_spin_unlock(&heap_listener_lock, key); in heap_listener_notify_alloc()
50 k_spinlock_key_t key = k_spin_lock(&heap_listener_lock); in heap_listener_notify_free()
60 k_spin_unlock(&heap_listener_lock, key); in heap_listener_notify_free()
66 k_spinlock_key_t key = k_spin_lock(&heap_listener_lock); in heap_listener_notify_resize()
[all …]

Completed in 5 milliseconds