| 58 | } |
| 59 | |
| 60 | PollCont * |
| 61 | get_PollCont(EThread *t) |
| 62 | { |
| 63 | return static_cast<PollCont *>(ETHREAD_GET_PTR(t, unix_netProcessor.pollCont_offset)); |
| 64 | } |
| 65 | |
| 66 | PollDescriptor * |
| 67 | get_PollDescriptor(EThread *t) |
no outgoing calls
no test coverage detected