Home
last modified time | relevance | path

Searched refs:pThis (Results 1 – 2 of 2) sorted by relevance

/components/libc/cplusplus/os/
A Dcxx_Thread.cpp76 void Thread::func(Thread *pThis) in func() argument
78 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()
A Dcxx_thread.h55 static void func(Thread *pThis);

Completed in 9 milliseconds