OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutexed_compare_and_swap
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/common/
umutex.c
116
mutexed_compare_and_swap
(dest, newval, oldval)
141
mutexed_compare_and_swap
(dest, newval, oldval)
153
mutexed_compare_and_swap
(dest, newval, oldval)
158
static void *
mutexed_compare_and_swap
(void **dest, void *newval, void *oldval);
469
static void *
mutexed_compare_and_swap
(void **dest, void *newval, void *oldval) {
function
600
*
mutexed_compare_and_swap
is not otherwise used. */
601
mutexed_compare_and_swap
(&globalUMTX, NULL, NULL);
Completed in 57 milliseconds