Re: About FreeBSD syscall usage

2009-10-22 Thread Julian Elischer
Stanislav Sedov wrote: On Thu, 22 Oct 2009 16:20:32 +0800 "Yan, Yeqing" mentioned: kse_exit kse_wakeup kse_create kse_thr_interrupt kse_release kse_switchin I read $man kse, but I can not find any example about how to use it. I write some test codes to call these function but all these

Re: About FreeBSD syscall usage

2009-10-22 Thread John Baldwin
On Thursday 22 October 2009 4:20:32 am Yan, Yeqing wrote: > Hi: > > I’m from Intel China. Our project use FreeBSD 7.0. I have some question about syscall usage but I think mail to the wrong address before. > > Is there having any doc or example about how to use these syscall? > > > > kse_exit

Re: About FreeBSD syscall usage

2009-10-22 Thread Stanislav Sedov
On Thu, 22 Oct 2009 16:20:32 +0800 "Yan, Yeqing" mentioned: > kse_exit > > kse_wakeup > > kse_create > > kse_thr_interrupt > > kse_release > > kse_switchin > > I read $man kse, but I can not find any example about how to use it. I write > some test codes to call these function but all thes