Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports/xtensa/xcc/src/
Dtx_clib_lock.c156 _Mtxinit (_Rmtx * mtx) in _Mtxinit() argument
162 *mtx = NULL; in _Mtxinit()
176 *mtx = lock; in _Mtxinit()
183 _Mtxdst (_Rmtx * mtx) in _Mtxdst() argument
185 if ((mtx) && (*mtx)) { in _Mtxdst()
186 tx_mutex_delete (*mtx); in _Mtxdst()
194 _Mtxlock (_Rmtx * mtx) in _Mtxlock() argument
196 if ((mtx) && (*mtx)) { in _Mtxlock()
197 tx_mutex_get (*mtx, TX_WAIT_FOREVER); in _Mtxlock()
205 _Mtxunlock (_Rmtx * mtx) in _Mtxunlock() argument
[all …]