summaryrefslogtreecommitdiff
path: root/indra/llcommon/llthread.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-07-07 21:25:35 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-07-08 00:00:14 +0300
commit6e65c3821e852dd923df18efc1d02c70b42692f6 (patch)
treeb6632a32c85cb3e0a75bf4edc895689390c25386 /indra/llcommon/llthread.h
parentb6343d4169a1a3c10c287f32a86db6c1a52bca4d (diff)
#4319 Thread crashes not being reported to bugsplat
Diffstat (limited to 'indra/llcommon/llthread.h')
-rw-r--r--indra/llcommon/llthread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llcommon/llthread.h b/indra/llcommon/llthread.h
index 21264351e5..8794ac93aa 100644
--- a/indra/llcommon/llthread.h
+++ b/indra/llcommon/llthread.h
@@ -97,6 +97,11 @@ private:
// static function passed to APR thread creation routine
void threadRun();
+ void tryRun();
+
+#ifdef LL_WINDOWS
+ void sehHandle();
+#endif
protected:
std::string mName;