Search | Google it | Results 1 - 1 of 1 for funcall:mutex_init from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_congctl.c (0.00 seconds) |
237: #ifndef T2EX 238: mutex_init(&tcp_congctl_mtx, MUTEX_DEFAULT, IPL_NONE); 239: #else 241: 242: error = mutex_init(&tcp_congctl_mtx, MUTEX_DEFAULT, IPL_NONE); 243: if ( error != 0 ) {