HomePhabricator

OutputDebugStringF code cleanup
ee3374234c60Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

OutputDebugStringF code cleanup

Initialize the OutputDebugStringF mutex and file pointer using
boost::call_once, to be thread-safe.
Make the return value of OutputDebugStringF really be the number of
characters written (*printf() semantics).
Declare the fReopenDebugLog flag volatile, since it is changed from
a signal handler.
And don't declare OutputDebugStringF() as inline.

Details

Provenance
Gavin Andresen <gavinandresen@gmail.com>Authored on Jan 1 2013, 22:12
deadalnixPushed on May 14 2017, 22:04
Parents
rABC3f964b3c5085: Remove 'T' from remaining date/time format strings.
Branches
Unknown
Tags
Unknown

Event Timeline

Gavin Andresen <gavinandresen@gmail.com> committed rABCee3374234c60: OutputDebugStringF code cleanup (authored by Gavin Andresen <gavinandresen@gmail.com>).Jan 1 2013, 22:12