Skip to content

Instantly share code, notes, and snippets.

View younif's full-sized avatar
🏠
Working from home

wosmwu younif

🏠
Working from home
View GitHub Profile
@rossy
rossy / thread_name.c
Last active September 12, 2024 07:34
MinGW-w64 set_thread_name
#include <windows.h>
#include <winnt.h>
#include <winternl.h>
#include <pshpack8.h>
typedef struct {
DWORD dwType;
LPCSTR szName;
DWORD dwThreadID;
DWORD dwFlags;