Home
last modified time | relevance | path

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

/haiku/headers/private/fs_shell/
H A Dfssh_atomic.h19 int32_t fssh_atomic_get_and_set(int32_t* value, int32_t newValue);
H A Dfssh_api_wrapper.h60 #define atomic_get_and_Set fssh_atomic_get_and_set
/haiku/src/tools/fs_shell/
H A Datomic.cpp21 fssh_atomic_get_and_set(int32_t* value, int32_t newValue) in fssh_atomic_get_and_set() function