| 824 | } |
| 825 | |
| 826 | void ProfilerIpc::mutexBug(int osErrorCode, const char* text) |
| 827 | { |
| 828 | iscLogStatus("Error when working with profiler shared memory", |
| 829 | (Arg::Gds(isc_sys_request) << text << Arg::OsError(osErrorCode)).value()); |
| 830 | } |
| 831 | |
| 832 | void ProfilerIpc::internalSendAndReceive(thread_db* tdbb, Tag tag, |
| 833 | const void* in, unsigned inSize, void* out, unsigned outSize) |
nothing calls this directly
no test coverage detected