OSDN Git Service

HTTPDのAPI化準備
[mimic/MiMicSDK.git] / lib / src / os / NyLPC_cThread.h
index 17bf977..f9a7722 100644 (file)
@@ -103,8 +103,8 @@ struct NyLPC_TcThread
 #define NyLPC_cThread_isJoinReqest(i_inst) NyLPC_TUInt32_isBitOn((i_inst)->_sbit,NyLPC_TcThread_BIT_IS_JOIN_REQ)\r
 #define NyLPC_cThread_isTerminated(i_inst) NyLPC_TUInt32_isBitOn((i_inst)->_sbit,NyLPC_TcThread_BIT_IS_TERMINATED)\r
 \r
-void NyLPC_cThread_initialize(NyLPC_TcThread_t* i_inst, NyLPC_TInt32 i_stack,\r
-               NyLPC_TInt32 i_prio);\r
+void NyLPC_cThread_initialize(NyLPC_TcThread_t* i_inst, NyLPC_TInt32 i_stack,NyLPC_TInt32 i_prio);\r
+void NyLPC_cThread_finalize(NyLPC_TcThread_t* i_inst);\r
 void NyLPC_cThread_start(NyLPC_TcThread_t* i_inst,\r
                NyLPC_TcThread_ThreadFunc i_func, void* i_param);\r
 void NyLPC_cThread_join(NyLPC_TcThread_t* i_inst);\r