commit | 3f56b7f65adb9ee35cd0f878ca00b92011eec427 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Tue Sep 22 12:40:22 2009 -0700 |
committer | David 'Digit' Turner <digit@google.com> | Tue Sep 22 15:17:50 2009 -0700 |
tree | 94c29385b9f2afa873c61ddad29b12f7e9b8432a | |
parent | 916edf2a3fc60e08a5f29cd322d9f2a04d15cb49 [diff] |
Add pthread_mutex_lock_timeout_np This is used to perform a mutex lock for a given amount of milliseconds before giving up. Using the _np prefix since this is absolutely not portable. Also remove a compiler warning in pthread_attr_getstackaddr