| 9199 | } |
| 9200 | |
| 9201 | void thread_db::setAttachment(Attachment* val) |
| 9202 | { |
| 9203 | attachment = val; |
| 9204 | attStat = val ? &val->att_stats : RuntimeStatistics::getDummy(); |
| 9205 | } |
| 9206 | |
| 9207 | void thread_db::setTransaction(jrd_tra* val) |
| 9208 | { |
no outgoing calls
no test coverage detected