Search | Google it | Results 1 - 1 of 1 for fundef:mutex_destroy from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/include/reentrant.h (0.00 seconds) |
144: #define mutex_unlock(m) __libc_mutex_unlock((m)) 145: #define mutex_destroy(m) __libc_mutex_destroy((m)) 146: 232: #define mutex_unlock(m) 233: #define mutex_destroy(m) 234: