Home
last modified time | relevance | path

Searched refs:tninfo (Results 1 – 2 of 2) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dsysthread.c457 THREADNAME_INFO tninfo; in w32_set_thread_name() local
459 tninfo.type = 0x1000; /* magic constant */ in w32_set_thread_name()
460 tninfo.name = name; in w32_set_thread_name()
461 tninfo.thread_id = thread_id; in w32_set_thread_name()
462 tninfo.reserved = 0; in w32_set_thread_name()
463 RaiseException (MS_VC_EXCEPTION, 0, sizeof (tninfo) / sizeof (ULONG_PTR), in w32_set_thread_name()
464 (ULONG_PTR *) &tninfo); in w32_set_thread_name()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsysthread.c465 THREADNAME_INFO tninfo; in w32_set_thread_name() local
467 tninfo.type = 0x1000; /* magic constant */ in w32_set_thread_name()
468 tninfo.name = name; in w32_set_thread_name()
469 tninfo.thread_id = thread_id; in w32_set_thread_name()
470 tninfo.reserved = 0; in w32_set_thread_name()
471 RaiseException (MS_VC_EXCEPTION, 0, sizeof (tninfo) / sizeof (ULONG_PTR), in w32_set_thread_name()
472 (ULONG_PTR *) &tninfo); in w32_set_thread_name()