Lines Matching refs:K_SYS_OK
120 int iOK = K_SYS_OK; in K_CreateThread()
145 return K_SYS_OK; in K_CreateThread()
214 int iOK = K_SYS_OK; in K_JoinThread()
290 int iOK = K_SYS_OK; in K_CreateMutex()
379 int iOK = K_SYS_OK; in K_LockMutex()
423 int iOK = K_SYS_OK; in K_UnlockMutex()
468 int iOK = K_SYS_OK; in K_DestroyMutex()
513 int iOK = K_SYS_OK; in K_InitConditionalVariable()
559 int iOK = K_SYS_OK; in K_DestroyConditionalVariable()
601 int iOK = K_SYS_OK; in K_WaitConditionalVariable()
645 return K_SYS_OK; in K_WaitConditionalVariable()
680 int iOK = K_SYS_OK; in K_SignalConditionalVariable()
735 int iOK = K_SYS_OK; in K_BroadcastConditionalVariable()