gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tkn_mutex_init (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/mutex.h - 8.6KB - 261 lines
222: 
223: #define mutex_init(a, b, c)     tkn_mutex_init((a), (b), (c))
224: #define mutex_destroy(a)        tkn_mutex_destroy((a))
t2ex_source/t2ex/network/net/src/netmain/tkn_mutex.c - 13.2KB - 514 lines
486:         bzero(mo, sizeof *mo);
487:         error = tkn_mutex_init(&mo->mo_lock, type, ipl);
488:         if ( error != 0 ) {