enable_mutex
#1

Hi.

Who know, what enable_mutex do? I don't found any explanations. Thanks.
Reply
#2

If you don't know what it does then stay away from it.

Quote:

(1) Short for mutual exclusion object. In computer programming, a mutex is a program object that allows multiple program threads to share the same resource, such as file access, but not simultaneously. When a program is started, a mutex is created with a unique name. After this stage, any thread that needs the resource must lock the mutex from other threads while it is using the resource. The mutex is set to unlock when the data is no longer needed or the routine is finished.

http://www.webopedia.com/TERM/M/mutex.html
Reply
#3

Thanks vince

You know, human curiosity )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)