Open main menu

Difference between revisions of "DEV6 Information"

27 bytes added ,  18:31, 3 November 2023
m
m (add related cpp to debug infos)
Line 120: Line 120:
* sThread == sMainThread (stored in LThread.cpp)
* sThread == sMainThread (stored in LThread.cpp)
* !InPreemptiveThread()
* !InPreemptiveThread()
* mThreads.qHead != NULL
* mThreads.qHead != NULL (stored in LSemaphore.cpp)
* inMilliSeconds == thread_WaitForever || inMilliSeconds > 0
* inMilliSeconds == thread_WaitForever || inMilliSeconds > 0
* sThread != this
* sThread != this
* thread->mState == threadState_Waiting
* thread->mState == threadState_Waiting
* sInited == true (stored in LThreadLow.cpp)
* sInited == true (stored in LThreadLow.cpp)
2,051

edits