Lines Matching refs:function
126 This function is typically called by the application from its
127 main() function. It is responsible for providing all the RTOS
128 initialization, calling the test initialization function as
133 This function creates a thread of the specified priority where 1 is
140 This function resumes the previously created thread specified by
145 This function suspend the previously created thread specified by
150 This function lets all other threads of same priority execute
155 This function suspends the calling thread for the specified
160 This function creates a queue with a capacity to hold at least
165 This function sends a message to the previously created queue.
170 This function receives a message from the previously created
175 This function creates a binary semaphore. If successful, a
180 This function gets the previously created binary semaphore.
185 This function puts the previously created binary semaphore.
190 This function creates a memory pool able to satisfy at least one
195 This function allocates a 128-byte block of memory from the
202 This function releases the previously allocated 128-byte block