/
/
opt
/
golang
/
1.22.0
/
src
/
cmd
/
cgo
/
internal
/
test
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.137
PHP 8.3.16
Dir:
/opt/golang/1.22.0/src/cmd/cgo/internal/test
Edit:
/opt/golang/1.22.0/src/cmd/cgo/internal/test/issue8517_windows.c
// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. #include "windows.h" extern void testHandleLeaksCallback(); DWORD WINAPI testHandleLeaksFunc(LPVOID lpThreadParameter) { int i; for(i = 0; i < 100; i++) { testHandleLeaksCallback(); } return 0; } void testHandleLeaks() { HANDLE h; h = CreateThread(NULL, 0, &testHandleLeaksFunc, 0, 0, NULL); WaitForSingleObject(h, INFINITE); CloseHandle(h); }
Ukuran: 517 B