ReactOS
0.4.16-dev-320-g3bd9ddc
threadid.c
Go to the documentation of this file.
1
#include <precomp.h>
2
#include <process.h>
3
4
5
/*
6
* @implemented
7
*/
8
unsigned
long
__threadid
(
void
)
9
{
10
return
GetCurrentThreadId
();
11
}
12
13
/*
14
* @implemented
15
*/
16
uintptr_t
__threadhandle
()
17
{
18
return
(
uintptr_t
)
GetCurrentThread
();
19
}
uintptr_t
unsigned int uintptr_t
Definition:
intrin.h:47
__threadhandle
uintptr_t __threadhandle()
Definition:
threadid.c:16
__threadid
unsigned long __threadid(void)
Definition:
threadid.c:8
GetCurrentThread
HANDLE WINAPI GetCurrentThread(void)
Definition:
proc.c:1148
GetCurrentThreadId
DWORD WINAPI GetCurrentThreadId(void)
Definition:
thread.c:459
sdk
lib
crt
process
threadid.c
Generated on Thu Dec 5 2024 06:20:03 for ReactOS by
1.9.6