13 #if !defined(UNDER_CE) && defined(_MT) && defined(_WIN32)
20 class GRAYLIB_LINK cFiber :
public cRefBase,
protected cNonCopyable
31 cFiber() : m_pFiber(nullptr)
37 LPVOID CreateFiber(SIZE_T dwStackSize, LPFIBER_START_ROUTINE lpStartAddress, LPVOID lpParameter =
nullptr);
38 LPVOID CreateFiberEx(SIZE_T dwStackSize, LPFIBER_START_ROUTINE lpStartAddress, LPVOID lpParameter =
nullptr);
43 static bool GRAYCALL IsCurrentThreadFiber();
#define GRAYCALL
declare calling convention for static functions so everyone knows the arg passing scheme....
Definition: GrayCore.h:36
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
UNITTEST2_PREDEF(cQuadtree)