[Ohrrpgce] SVN: teeemcee/8093 Wait for a mutex in debuginfo, to be sure that writing to debug log from

subversion at HamsterRepublic.com subversion at HamsterRepublic.com
Sun Aug 21 23:33:28 PDT 2016


teeemcee
2016-08-21 23:33:28 -0700 (Sun, 21 Aug 2016)
457
Wait for a mutex in debuginfo, to be sure that writing to debug log from threads is OK.

This mutex probably isn't needed because FB grabs mutexes in most builtin
functions anyway, and on Unix writes to files opened for append (O_APPEND or "a"
to fopen(), which is what FOR APPEND translates to) can can safely intermingled.
But maybe not on other platforms.

Did not bother to grab it in start/end_debug, although really it's probably
more important there.
---
U   wip/common.rbas


More information about the Ohrrpgce mailing list