161 n_assert2(
creatorThreadId == Threading::Thread::GetMyThreadId(),
"GetDefaultKeyboard can't be called from any thread but the creator thread!");
171 n_assert2(
creatorThreadId == Threading::Thread::GetMyThreadId(),
"GetDefaultMouse can't be called from any thread but the creator thread!");
The common base class of Nebula.
Definition refcounted.h:38
Nebula's smart pointer class which manages the life time of RefCounted objects.
Definition ptr.h:38
Critical section objects are used to protect a portion of code from parallel execution.
Nebula's dynamic array class.
Definition array.h:60
Implements a fixed size one-dimensional array.
Definition fixedarray.h:20
#define n_assert2(exp, msg)
Definition debug.h:51
Definition gamecontentserverbase.cc:10
pthread_t ThreadId
Definition linuxthreadid.h:15
int SizeT
Definition types.h:49
int IndexT
Definition types.h:48