Searched refs:pThis (Results 1 – 2 of 2) sorted by relevance
76 void Thread::func(Thread *pThis) in func() argument78 if (pThis->_entry != RT_NULL) in func()80 pThis->_entry(pThis->_param); in func()84 pThis->run(pThis->_param); in func()87 rt_event_send(&pThis->_event, 1); in func()
55 static void func(Thread *pThis);
Completed in 9 milliseconds