Searched refs:fssh_atomic_or (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_atomic.h24 int32_t fssh_atomic_or(int32_t *value, int32_t orValue);
H A Dfssh_api_wrapper.h64 #define atomic_or fssh_atomic_or
/haiku/src/tools/fs_shell/
H A Datomic.cpp49 fssh_atomic_or(int32_t *value, int32_t orValue) function
H A Dblock_cache.cpp292 int32_t pending = fssh_atomic_or(&notification->events_pending, event);

Completed in 185 milliseconds