Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
win32threadid.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
12
#include "
core/types.h
"
13
14
namespace
Threading
15
{
16
typedef
DWORD
ThreadId
;
17
static
const
ThreadId
InvalidThreadId
= 0xffffffff;
18
typedef
int32_t
ThreadIdStorage
;
19
static_assert
(
sizeof
(
ThreadId
) ==
sizeof
(
ThreadIdStorage
));
20
}
21
//------------------------------------------------------------------------------
Threading
The Jobs2 system provides a set of threads and a pool of jobs from which threads can pickup work.
Definition
jobs2.h:16
Threading::InvalidThreadId
static const ThreadId InvalidThreadId
Definition
linuxthreadid.h:16
Threading::ThreadId
pthread_t ThreadId
Definition
linuxthreadid.h:15
Threading::ThreadIdStorage
int64_t ThreadIdStorage
Definition
linuxthreadid.h:17
types.h
code
foundation
threading
win32
win32threadid.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.