libroot: Expose the internal mutex_lock for private consumption.

This commit is contained in:
Augustin Cavalier
2019-07-27 18:32:18 -04:00
parent 565155afa1
commit 3c2901a976
2 changed files with 6 additions and 5 deletions
@@ -92,6 +92,7 @@ status_t __pthread_init_creation_attributes(
void* argument2, const char* name,
struct thread_creation_attributes* attributes);
void __pthread_set_default_priority(int32 priority);
status_t __pthread_mutex_lock(pthread_mutex_t* mutex, bigtime_t timeout);
#ifdef __cplusplus
}