| 302 | #define BOOST_THREAD_DEFINES_TIMED_MUTEX_NATIVE_HANDLE |
| 303 | typedef pthread_mutex_t* native_handle_type; |
| 304 | native_handle_type native_handle() |
| 305 | { |
| 306 | return &m; |
| 307 | } |
| 308 | |
| 309 | #if defined BOOST_THREAD_PROVIDES_NESTED_LOCKS |
| 310 | typedef unique_lock<timed_mutex> scoped_timed_lock; |
no outgoing calls
no test coverage detected