Home
last modified time | relevance | path

Searched defs:mutex_destroy (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/lk/kernel/
Dmutex.c53 void mutex_destroy(mutex_t *m) in mutex_destroy() function
/aosp_15_r20/external/python/cpython2/Lib/plat-irix5/
DFILE.py88 def mutex_destroy(m): return freesema(m) function