RE: Status changes by itself
Hi,
When you lock or Sleep the computer,MSN will show"Busy".
If you want to show offline,please don't sleep or lock your computer!
--
Hope it can help you
"Mark" wrote:
> i set status to appear offline
>
> program changes status to online by itself
>
> i am not at my machine (it is actually locked)
>
> why does it do this and can you stop it!
>
>
>
.
Relevant Pages
- Re: How to wait for multiple threads simultaneously?
... A 'condition variable' is the userland-equivalent of a sleep channel ... wait queue to be not worth the effort. ... It simply requires that the lock function not ... because a 'POSIX spin lock' would not ... (comp.os.linux.development.apps) - Re: Locking etc. (Long, boring, redundant, newbie questions)
... What is really meant is that depending on the type of mutex a thread is trying to acquire, the thread will either spin or it will sleep waiting for the lock to become available. ... (freebsd-hackers) - Re: How to do proper locking
... >> refcount reads and no refcount writes. ... Yes, you are right, but the problem is, that for most callback systems in the ... worries about having to exit a lock before returning. ... call any function that can sleep, without worrying about exiting any locks. ... (freebsd-hackers) - Locking etc. (Long, boring, redundant, newbie questions)
... sleep waiting for the lock to become available. ... mutex protects. ... if we spin for so long ... (freebsd-hackers) - Re: msleep() on recursivly locked mutexes
... mtx_drop_recurse(struct mtx *mtx) ... Further the idea that holding a mutex "except for when we sleep" is a generally bright idea is also a bit odd to me.. ... while you slept. ... It seems to me that if someone else held that lock for some purpose when you slept, ... (freebsd-hackers) |
|