Piotr Jasiukajtis wrote:
> Hi,
>
> I don't know where to send it so please forgive me :)
>
> http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/os/condvar.c#201
>
> It should point to cv_wakeup(void *arg) function but it shows:
>
>     201 /*
>     202  * Same as cv_wait except the thread will unblock at 'tim'
>     203  * (an absolute time) if it hasn't already unblocked.
>     204  *
>     205  * Returns the amount of time left from the original 'tim' value
>     206  * when it was unblocked.
>     207  */
>     208 clock_t
>     209 cv_timedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t tim)
>
>
>   
I see what you mean. When I look at line 201 of condvar.c via vi, I get 
cv_wakeup() as well. I wonder if this is somehow a stale cached page?

-Eric
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to