Home
last modified time | relevance | path

Searched refs:mtx (Results 1 – 1 of 1) sorted by relevance

/ThreadX-v6.3.0/ports/xtensa/xcc/src/
Dtx_clib_lock.c152 _Mtxinit (_Rmtx * mtx) in _Mtxinit() argument
170 *mtx = lock; in _Mtxinit()
177 _Mtxdst (_Rmtx * mtx) in _Mtxdst() argument
179 if ((mtx) && (*mtx)) { in _Mtxdst()
180 tx_mutex_delete (*mtx); in _Mtxdst()
188 _Mtxlock (_Rmtx * mtx) in _Mtxlock() argument
190 if ((mtx) && (*mtx)) { in _Mtxlock()
191 tx_mutex_get (*mtx, TX_WAIT_FOREVER); in _Mtxlock()
199 _Mtxunlock (_Rmtx * mtx) in _Mtxunlock() argument
201 if ((mtx) && (*mtx)) { in _Mtxunlock()
[all …]