summaryrefslogtreecommitdiff
path: root/binaryurp/source/writer.cxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2011-01-28 13:41:34 +0100
committersb <sb@openoffice.org>2011-01-28 13:41:34 +0100
commitf78c98fc9c62094aa4eff5494efc38f15a0fc1ec (patch)
tree8cbea24b03213ff78d80f55868e9a6e2a2a490be /binaryurp/source/writer.cxx
parent6875a4b2aad35aaa07906dfd7386cc519d0fd933 (diff)
sb138: #i115619#, #i116038# use osl_setThreadName in binaryurp
Diffstat (limited to 'binaryurp/source/writer.cxx')
-rwxr-xr-xbinaryurp/source/writer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryurp/source/writer.cxx b/binaryurp/source/writer.cxx
index 439b7dba804a..97a60157eb6f 100755
--- a/binaryurp/source/writer.cxx
+++ b/binaryurp/source/writer.cxx
@@ -153,6 +153,7 @@ void Writer::stop() {
Writer::~Writer() {}
void Writer::run() {
+ setName("binaryurpWriter");
try {
unblocked_.wait();
for (;;) {