HRESULT AddTimer( DWORD dwInterval, IWorkerThreadClient* pClient, DWORD_PTR dwParam, HANDLE* phTimer ) throw( ); 参数dwInterval 以毫秒为单位指定计时器的过程。 pClient 为IWorkerThreadClient 接口的指针将调用对象,当处理终止状态。 dwParam 将传递的参数传递给 IWorkerThreadClient::Execute,当处理终止...
The pointer to the IWorkerThreadClient interface on the object to be called when the handle is signaled. dwParam The parameter to be passed to IWorkerThreadClient::Execute when the handle is signaled. phTimer [out] Address of the HANDLE variable that, on success, receives the handle to the...
The pointer to the IWorkerThreadClient interface on the object to be called when the handle is signaled. dwParam The parameter to be passed to IWorkerThreadClient::Execute when the handle is signaled. phTimer [out] Address of the HANDLE variable that, on success, receives the handle to the...
HRESULT AddTimer( DWORD dwInterval, IWorkerThreadClient* pClient, DWORD_PTR dwParam, HANDLE* phTimer ) throw( ); 参数 dwInterval 以毫秒为单位指定计时器的过程。 pClient 为IWorkerThreadClient 接口的指针将调用对象,当处理终止状态。 dwParam 将传递的参数传递给 IWorkerThreadClient::Execute,当处理...
The pointer to the IWorkerThreadClient interface on the object to be called when the handle is signaled. dwParam The parameter to be passed to IWorkerThreadClient::Execute when the handle is signaled. phTimer [out] Address of the HANDLE variable that, on success, receives the handle to the...
#define RT_TIMER_CTRL_GET_TIME 0x1 /**< get timer control command */ 4 changes: 4 additions & 0 deletions 4 src/Kconfig Original file line numberDiff line numberDiff line change @@ -176,6 +176,10 @@ if RT_USING_TIMER_SOFT int "The stack size of timer thread" default 2048 if...
RT-Thread is an open source IoT Real-Time Operating System (RTOS). - [doxygen] add doxygen comment for cputimer components · RT-Thread/rt-thread@d2c5758
HRESULT AddTimer( DWORD dwInterval, IWorkerThreadClient* pClient, DWORD_PTR dwParam, HANDLE* phTimer ) throw( ); 参数 dwInterval 以毫秒为单位指定计时器的过程。 pClient 为IWorkerThreadClient接口的指针将调用对象,当处理终止状态。 dwParam
The pointer to the IWorkerThreadClient interface on the object to be called when the handle is signaled. dwParam The parameter to be passed to IWorkerThreadClient::Execute when the handle is signaled. phTimer [out] Address of the HANDLE variable that, on success, receives the handle to the...
The parameter to be passed toIWorkerThreadClient::Executewhen the handle is signaled. phTimer [out] Address of the HANDLE variable that, on success, receives the handle to the newly created timer. Return Value Returns S_OK on success, or an error HRESULT on failure. ...