Searched defs:old_data (Results 1 - 1 of 1) sorted by relevance

/src/sys/external/bsd/compiler_rt/dist/lib/stats/
H A Dstats_client.cc73 uptr old_data = InterlockedIncrement64(reinterpret_cast<LONG64 *>(&s->data)); local in function:__sanitizer_stat_report
75 uptr old_data = InterlockedIncrement(&s->data); local in function:__sanitizer_stat_report
77 uptr old_data = __sync_fetch_and_add(&s->data, 1); local in function:__sanitizer_stat_report

Completed in 2 milliseconds