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
@younif
younif / thread_name.c
Created September 12, 2024 07:28 — forked from rossy/thread_name.c
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;