2.14.5. thread_LockMutex

[<<<] [>>>]

@c Lock a mutex object

Calling this function locks the mutex pointed by the argument. If the mutex is currently locked the calling thread will wait until the mutex becomes available.

void thread_LockMutex(PMUTEX pMutex
  ){
Arguments:
[<<<] [>>>]