Searched refs:fcn (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_clock.c | 127 timeout_fcn_t fcn, in timeout() argument 134 thread_call_func_delayed((thread_call_func_t)(void (*)(void))fcn, param, deadline); in timeout() 147 timeout_fcn_t fcn, in timeout_with_leeway() argument 159 …thread_call_func_delayed_with_leeway((thread_call_func_t)(void (*)(void))fcn, param, deadline, lee… in timeout_with_leeway() 169 timeout_fcn_t fcn, in untimeout() argument 172 thread_call_func_cancel((thread_call_func_t)(void (*)(void))fcn, param, FALSE); in untimeout() 185 timeout_fcn_t fcn, in bsd_timeout() argument 195 thread_call_func_delayed((thread_call_func_t)(void (*)(void))fcn, param, deadline); in bsd_timeout() 205 timeout_fcn_t fcn, in bsd_untimeout() argument 208 thread_call_func_cancel((thread_call_func_t)(void (*)(void))fcn, param, FALSE); in bsd_untimeout()
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOLib.cpp | 252 IOCreateThread(IOThreadFunc fcn, void *arg) in IOCreateThread() argument 257 result = kernel_thread_start((thread_continue_t)(void (*)(void))fcn, arg, &thread); in IOCreateThread()
|