Lines Matching refs:function
91 Thread entry points used by Zephyr have a different function signature
98 the reporting function directly. This helps ensure that the test
139 This function is typically called by the application from its
140 main() function. It is responsible for providing all the RTOS
141 initialization, calling the test initialization function as
146 This function creates a thread of the specified priority where 1 is
153 This function resumes the previously created thread specified by
158 This function suspend the previously created thread specified by
163 This function lets all other threads of same priority execute
168 This function suspends the calling thread for the specified
173 This function creates a queue with a capacity to hold at least
178 This function sends a message to the previously created queue.
183 This function receives a message from the previously created
188 This function creates a binary semaphore. If successful, a
193 This function gets the previously created binary semaphore.
198 This function puts the previously created binary semaphore.
203 This function creates a memory pool able to satisfy at least one
208 This function allocates a 128-byte block of memory from the
215 This function releases the previously allocated 128-byte block