gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tkn_spl_make_handler (0.00 seconds)
t2ex
t2ex_source/t2ex/network/net/src/netmain/tkn_clock.c - 2.7KB - 93 lines
78: {
79:         int id = tkn_spl_make_handler(hand, SOFTINT_CLOCK, NULL);
80:         if (id < 0)
t2ex_source/t2ex/network/net/src/netmain/tkn_intr.c - 7.0KB - 261 lines
247: {
248:         int ret = tkn_spl_make_handler(func, flags, arg);
249: