Searched refs:self (Results 1 – 6 of 6) sorted by relevance
84 Fiber* self = (Fiber*)pFiber; in FiberFuncInternal() local86 MT_ASSERT(self->isInitialized == true, "Using non initialized fiber"); in FiberFuncInternal()88 MT_ASSERT(self->func != nullptr, "Invalid fiber func"); in FiberFuncInternal()89 self->func(self->funcData); in FiberFuncInternal()
149 Thread* self = (Thread *)pThread; in ThreadFuncInternal() local150 self->func(self->funcData); in ThreadFuncInternal()
66 Fiber* self = (Fiber*)pFiber; in FiberFuncInternal() local68 MT_ASSERT(self->isInitialized == true, "Using non initialized fiber"); in FiberFuncInternal()70 MT_ASSERT(self->func != nullptr, "Invalid fiber func"); in FiberFuncInternal()71 self->func(self->funcData); in FiberFuncInternal()
61 Fiber* self = (Fiber*)pFiber; in FiberFuncInternal() local62 self->func(self->funcData); in FiberFuncInternal()
116 Thread* self = (Thread*)pThread; in ThreadFuncInternal() local117 self->func(self->funcData); in ThreadFuncInternal()
61 3. Optionally, type `make check' to run any self-tests that come with70 5. Optionally, type `make installcheck' to repeat any self-tests, but