Searched refs:host_thread (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ole32/ |
H A D | marshal.c | 1760 HANDLE host_thread; in test_no_couninitialize_client() local 1772 …bject(pStream, &IID_IClassFactory, (IUnknown *)&Test_ClassFactory, MSHLFLAGS_NORMAL, &host_thread); in test_no_couninitialize_client() 1787 end_host_object(host_tid, host_thread); in test_no_couninitialize_client() 2534 HANDLE host_thread; in test_proxy_used_in_wrong_thread() local 2540 …object(pStream, &IID_IClassFactory, (IUnknown*)&Test_ClassFactory, MSHLFLAGS_NORMAL, &host_thread); in test_proxy_used_in_wrong_thread() 2566 end_host_object(tid, host_thread); in test_proxy_used_in_wrong_thread() 4200 HANDLE host_thread, thread; in test_implicit_mta() local 4215 …object(stream, &IID_IClassFactory, (IUnknown *)&Test_ClassFactory, MSHLFLAGS_NORMAL, &host_thread); in test_implicit_mta() 4225 end_host_object(tid, host_thread); in test_implicit_mta() 4231 …object(stream, &IID_IClassFactory, (IUnknown *)&Test_ClassFactory, MSHLFLAGS_NORMAL, &host_thread); in test_implicit_mta() [all …]
|