OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__gabixx_sync_swap
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/gabi++/include/
gabixx_config.h
84
# define
__gabixx_sync_swap
(address,value) __sync_swap((address),(value))
macro
86
# define
__gabixx_sync_swap
(address, value) \
macro
/ndk/sources/cxx-stl/gabi++/src/
terminate.cc
98
return
__gabixx_sync_swap
(¤t_terminate, f);
113
return
__gabixx_sync_swap
(¤t_unexpected, f);
Completed in 1542 milliseconds