Searched defs:CThread (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DThreads.h12 } CThread; typedef in typeref:struct:_CThread
21 WRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CALL_TYPE *startAddress)(void *), LPVOID parameter);
22 WRes Thread_Wait(CThread *thread);
23 WRes Thread_Close(CThread *thread);

Completed in 114 milliseconds