Add support for pthread_condattr_get/setclock()
* Allows use of either CLOCK_REALTIME or CLOCK_MONOTONIC as the time base for pthread_cond_timedwait().
This commit is contained in:
@@ -29,6 +29,7 @@ struct thread_creation_attributes;
|
||||
|
||||
typedef struct _pthread_condattr {
|
||||
bool process_shared;
|
||||
clockid_t clock_id;
|
||||
} pthread_condattr;
|
||||
|
||||
typedef struct _pthread_mutexattr {
|
||||
|
||||
Reference in New Issue
Block a user