OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__test_and_set
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h
67
# define
__test_and_set
(__l,__v) test_and_set(__l,__v)
macro
73
# define _STLP_ATOMIC_EXCHANGE(__p, __q)
__test_and_set
((unsigned long*)__p, (unsigned long)__q)
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_threads.h
67
# define
__test_and_set
(__l,__v) test_and_set(__l,__v)
macro
73
# define _STLP_ATOMIC_EXCHANGE(__p, __q)
__test_and_set
((unsigned long*)__p, (unsigned long)__q)
Completed in 124 milliseconds