| 381 | |
| 382 | |
| 383 | static void threadDetach() |
| 384 | { |
| 385 | ThreadSync* thd = ThreadSync::findThread(); |
| 386 | delete thd; |
| 387 | |
| 388 | if (cds::threading::Manager::isThreadAttached()) |
| 389 | cds::threading::Manager::detachThread(); |
| 390 | } |
| 391 | |
| 392 | static void shutdownBeforeUnload() |
| 393 | { |
no outgoing calls
no test coverage detected