OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stlpinterlockedexchangepointer
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/config/
_windows.h
206
void* _STLP_CALL
STLPInterlockedExchangePointer
(void* volatile* __a, void* __b) {
228
# define
STLPInterlockedExchangePointer
_InterlockedExchangePointer
/external/stlport/stlport/stl/
_threads.h
142
# define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y)
STLPInterlockedExchangePointer
(__x, __y)
Completed in 26 milliseconds