Searched refs:rtmpLinuxWrapper (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r0drv/linux/ |
H A D | mp-r0drv-linux.c | 207 static void rtmpLinuxWrapper(void *pvInfo) function 322 rc = smp_call_function(rtmpLinuxWrapper, &Args, 1 /* wait */); 324 rc = smp_call_function(rtmpLinuxWrapper, &Args, 0 /* retry */, 1 /* wait */); 416 rtmpLinuxWrapper(&Args); 497 rc = smp_call_function_single(idCpu, rtmpLinuxWrapper, &Args, 1 /* wait */); 499 rc = smp_call_function_single(idCpu, rtmpLinuxWrapper, &Args, 0 /* retry */, 1 /* wait */); 511 rtmpLinuxWrapper(&Args);
|
Completed in 1020 milliseconds