Home
last modified time | relevance | path

Searched refs:CThread (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DThreads.h12 } CThread; typedef
21 WRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CALL_TYPE *startAddress)(void…
22 WRes Thread_Wait(CThread *thread);
23 WRes Thread_Close(CThread *thread);
DThreads.c27 WRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CALL_TYPE *startAddress)(void… in Thread_Create()
42 WRes Thread_Wait(CThread *thread) in Thread_Wait()
49 WRes Thread_Close(CThread *thread) in Thread_Close()
DLzFindMt.h25 CThread thread;