| 52 | } // end anonymous namespace |
| 53 | |
| 54 | NetHandler * |
| 55 | get_NetHandler(EThread *t) |
| 56 | { |
| 57 | return static_cast<NetHandler *>(ETHREAD_GET_PTR(t, unix_netProcessor.netHandler_offset)); |
| 58 | } |
| 59 | |
| 60 | PollCont * |
| 61 | get_PollCont(EThread *t) |
no outgoing calls
no test coverage detected