Home
last modified time | relevance | path

Searched refs:__crt_interlocked_read (Results 1 – 8 of 8) sorted by relevance

/reactos/sdk/lib/ucrt/heap/
H A Dnew_mode.cpp30 return static_cast<int>(__crt_interlocked_read(&__acrt_global_new_mode.value())); in _query_new_mode()
/reactos/sdk/lib/ucrt/lowio/
H A Dsetmode.cpp118 *pMode = __crt_interlocked_read(&_fmode.value()); in _get_fmode()
/reactos/sdk/lib/ucrt/internal/
H A Dwin_policies.cpp30 if (long const cached_state = __crt_interlocked_read(&state_cache)) in get_cached_win_policy()
/reactos/sdk/lib/ucrt/time/
H A Dtzset.cpp396 if (__crt_interlocked_read(first_time) != 0) in __tzset()
404 if (__crt_interlocked_read(first_time) != 0) in __tzset()
/reactos/sdk/lib/ucrt/startup/
H A Dexit.cpp281 return static_cast<int>(__crt_interlocked_read(&c_termination_complete)); in _is_c_termination_complete()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_stdio.h270 int lowio_handle() const throw() { return __crt_interlocked_read(&_stream->_file); } in lowio_handle()
278 return __crt_interlocked_read(&_stream->_flags); in get_flags()
H A Dinternal_shared.h129 T __crt_interlocked_read(const T volatile* ptr) in __crt_interlocked_read() function
/reactos/sdk/lib/ucrt/locale/
H A Dlocale_refcounting.cpp347 if (__crt_interlocked_read(&lc_time->refcount) != 0) in __acrt_locale_free_lc_time_if_unreferenced()