|
| void std::call_once | ( | once_flag & | __once, | |
| _Callable | __f, | |||
| _Args &&... | __args | |||
| ) | [inline] |
call_once
Definition at line 741 of file mutex.
References std::once_flag::_M_once, std::bind(), std::unique_lock< _Mutex >::lock(), and std::unique_lock< _Mutex >::unlock().
| void std::lock | ( | _L1 & | , | |
| _L2 & | , | |||
| _L3 & | ... | |||
| ) | [inline] |
lock
| int std::try_lock | ( | _Lock1 & | __l1, | |
| _Lock2 & | __l2, | |||
| _Lock3 &... | __l3 | |||
| ) | [inline] |
Generic try_lock.
| __l1 | Meets Mutex requirements (try_lock() may throw). | |
| __l2 | Meets Mutex requirements (try_lock() may throw). | |
| __l3 | Meets Mutex requirements (try_lock() may throw). |
Definition at line 686 of file mutex.
References std::try_lock().
Referenced by std::try_lock().
1.5.8