Home
last modified time | relevance | path

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

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-utils/
H A Ddesktop-parse.c197 if (fcitx_utils_atomic_add(&entry->ref_count, -1) <= 1) { in fcitx_desktop_entry_unref()
205 fcitx_utils_atomic_add(&entry->ref_count, 1); in fcitx_desktop_entry_ref()
248 if (fcitx_utils_atomic_add(&group->ref_count, -1) <= 1) { in fcitx_desktop_group_unref()
256 fcitx_utils_atomic_add(&group->ref_count, 1); in fcitx_desktop_group_ref()
H A Dutils.h849 #define fcitx_utils_atomic_add(atomic, val) \ in FCITX_UTIL_DECLARE_ATOMIC() macro
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/freedesktop-notify/
H A Dfreedesktop-notify.c165 if (fcitx_utils_atomic_add(&item->ref_count, -1) > 1) in FcitxNotifyItemUnref()
571 while (fcitx_unlikely((intern_id = fcitx_utils_atomic_add( in FcitxNotifySendNotification()