Lines Matching full:interface

11  * locking interface is functional and the internal newlib locks function as
54 * @brief Test retargetable locking non-recursive (semaphore) interface
58 * interface.
109 * @brief Test retargetable locking recursive (mutex) interface
112 * acquired, released, and closed through the retargetable locking interface.
155 * retargetable locking interface. This operation should fail if the in sinit_lock_thread_acq()
157 * retargetable locking interface. in sinit_lock_thread_acq()
163 "retargetable locking interface"); in sinit_lock_thread_acq()
172 * retargetable locking interface. This operation should succeed if the in sinit_lock_thread_rel()
174 * retargetable locking interface. in sinit_lock_thread_rel()
180 "retargetable locking interface"); in sinit_lock_thread_rel()
192 * is provided by the retargetable locking interface.
225 * locking interface. This operation should fail if the in sfp_lock_thread_acq()
227 * locking interface. in sfp_lock_thread_acq()
233 "retargetable locking interface"); in sfp_lock_thread_acq()
242 * locking interface. This operation should succeed if the in sfp_lock_thread_rel()
244 * locking interface. in sfp_lock_thread_rel()
250 "retargetable locking interface"); in sfp_lock_thread_rel()
262 * the retargetable locking interface.
295 * retargetable locking interface. This operation should fail if the in malloc_lock_thread_lock()
297 * locking interface. in malloc_lock_thread_lock()
303 "locking interface"); in malloc_lock_thread_lock()
312 * retargetable locking interface. This operation should succeed if the in malloc_lock_thread_unlock()
314 * locking interface. in malloc_lock_thread_unlock()
320 "retargetable locking interface"); in malloc_lock_thread_unlock()
332 * the retargetable locking interface.
365 * retargetable locking interface. This operation should fail if the in env_lock_thread_lock()
367 * locking interface. in env_lock_thread_lock()
373 "locking interface"); in env_lock_thread_lock()
382 * retargetable locking interface. This operation should succeed if the in env_lock_thread_unlock()
384 * locking interface. in env_lock_thread_unlock()
390 "retargetable locking interface"); in env_lock_thread_unlock()
402 * retargetable locking interface.
434 * locking interface.
444 "__tz_lock() is not using retargetable locking interface"); in ZTEST()
452 "__tz_unlock() is not using retargetable locking interface"); in ZTEST()