Home
last modified time | relevance | path

Searched refs:lpParameter (Results 1 – 25 of 953) sorted by relevance

12345678910>>...39

/dports/net/pjsip/pjproject-2.11.1/third_party/threademulation/src/
H A DThreadEmulation.cpp27 LPVOID lpParameter; member
59 …static void StartThread(LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, HANDLE completi… in StartThread() argument
66 lpStartAddress(lpParameter); in StartThread()
83 … SIZE_T unusedStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreati… in CreateThreadRT() argument
116 info.lpParameter = lpParameter; in CreateThreadRT()
127 StartThread(lpStartAddress, lpParameter, completionEvent, 0); in CreateThreadRT()
162 … StartThread(info.lpStartAddress, info.lpParameter, info.completionEvent, info.nPriority); in ResumeThreadRT()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/src/win32/
H A DW32Thread.cpp124 DWORD WINAPI ThreadEntryPoint(LPVOID lpParameter) in ThreadEntryPoint() argument
126 KNET_LOG(LogInfo, "ThreadEntryPoint: Thread started with param 0x%08X.", lpParameter); in ThreadEntryPoint()
128 Thread *thread = reinterpret_cast<Thread*>(lpParameter); in ThreadEntryPoint()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/bin/bbackupd/
H A DWin32BackupService.cpp61 unsigned int WINAPI RunService(LPVOID lpParameter) in RunService() argument
63 DWORD retVal = gpDaemonService->WinService((const char*) lpParameter); in RunService()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FUtils/
H A DFUThread.cpp38 FUThread* FUThread::CreateFUThread(LPTHREAD_START_ROUTINE lpStartAddress, void* lpParameter) in CreateFUThread() argument
45 newThread->thread = CreateThread(NULL, 0, lpStartAddress, lpParameter, 0, NULL); in CreateFUThread()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) {
37 function_information = (struct thread_func_info_t*)lpParameter;
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/test/
H A Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/thread/
H A Dwin32thread.cpp40 DWORD WINAPI Win32Thread::run(LPVOID lpParameter) in run() argument
42 Win32Thread *object = (Win32Thread *)lpParameter; in run()
/dports/lang/tcl85/tcl8.5.19/win/
H A DtclWinThrd.c140 LPVOID lpParameter; /* Original startup data */ member
166 LPVOID lpParameter) /* The WinThread structure pointer passed in TclWinThreadStart() argument
169 WinThread *winThreadPtr = (WinThread *) lpParameter; in TclWinThreadStart()
187 lpOrigParameter = winThreadPtr->lpParameter; in TclWinThreadStart()
224 winThreadPtr->lpParameter = clientData; in TclpThreadCreate()
/dports/devel/py-cffi/cffi-1.15.0/testing/embedding/
H A Dthread-test.h78 static DWORD WINAPI myThreadProc(LPVOID lpParameter) in myThreadProc() argument
80 void *(* start_routine)(void *) = (void *(*)(void *))lpParameter; in myThreadProc()
/dports/lang/tcl86/tcl8.6.12/win/
H A DtclWinThrd.c141 LPVOID lpParameter; /* Original startup data */ member
167 LPVOID lpParameter) /* The WinThread structure pointer passed in TclWinThreadStart() argument
170 WinThread *winThreadPtr = (WinThread *) lpParameter; in TclWinThreadStart()
185 lpOrigParameter = winThreadPtr->lpParameter; in TclWinThreadStart()
222 winThreadPtr->lpParameter = clientData; in TclpThreadCreate()
/dports/lang/tcl87/tcl8.7a5/win/
H A DtclWinThrd.c135 LPVOID lpParameter; /* Original startup data */ member
161 LPVOID lpParameter) /* The WinThread structure pointer passed in TclWinThreadStart() argument
164 WinThread *winThreadPtr = (WinThread *) lpParameter; in TclWinThreadStart()
179 lpOrigParameter = winThreadPtr->lpParameter; in TclWinThreadStart()
216 winThreadPtr->lpParameter = clientData; in TclpThreadCreate()
/dports/devel/R-cran-later/later/inst/include/
H A Dlater.h143 static DWORD WINAPI task_main_win(LPVOID lpParameter) { in task_main_win() argument
144 task_main(lpParameter); in task_main_win()
/dports/net/samba412/samba-4.12.15/testprogs/win32/midltests/
H A Dmidltests_tcp.c273 DWORD WINAPI NDRProxyThread(LPVOID lpParameter) in NDRProxyThread() argument
275 struct NDRProxyThreadCtx *p = (struct NDRProxyThreadCtx *)lpParameter; in NDRProxyThread()
347 DWORD WINAPI NDRTcpThread(LPVOID lpParameter) in NDRTcpThread() argument
349 struct NDRTcpThreadCtx *ctx = (struct NDRTcpThreadCtx *)lpParameter; in NDRTcpThread()
451 DWORD WINAPI NDRRpcThread(LPVOID lpParameter) in NDRRpcThread() argument
453 struct NDRRpcThreadCtx *ctx = (struct NDRRpcThreadCtx *)lpParameter; in NDRRpcThread()
/dports/devel/cppcheck/cppcheck-2.6.3/test/cfg/
H A Dwindows.cpp860 LPVOID lpParameter, in test_CreateThread() argument
873 …(void) CreateThread(lpThreadAttributes, dwStackSize, lpStartAddress, lpParameter, uninit_dwCreatio… in test_CreateThread()
879 …(void) CreateThread(lpThreadAttributes, dwStackSize, uninit_lpStartAddress, lpParameter, dwCreatio… in test_CreateThread()
882 …(void) CreateThread(lpThreadAttributes, uninit_dwStackSize, lpStartAddress, lpParameter, dwCreatio… in test_CreateThread()
885 …(void) CreateThread(uninit_lpThreadAttributes, dwStackSize, lpStartAddress, lpParameter, dwCreatio… in test_CreateThread()
889 … (void) CreateThread(lpThreadAttributes, dwStackSize, 0, lpParameter, dwCreationFlags, lpThreadId); in test_CreateThread()
893 …(void) CreateThread(lpThreadAttributes, -1, lpStartAddress, lpParameter, dwCreationFlags, lpThread… in test_CreateThread()
896 …return CreateThread(lpThreadAttributes, dwStackSize, lpStartAddress, lpParameter, dwCreationFlags,… in test_CreateThread()

12345678910>>...39