Skip to content

Commit

Permalink
add doc missing
Browse files Browse the repository at this point in the history
  • Loading branch information
AuYang261 committed Oct 23, 2023
1 parent f1bb9cf commit 1739e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/arceos_posix_api/src/imp/pthread/condvar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ pub unsafe fn sys_pthread_cond_destroy(condvar: *mut ctypes::pthread_cond_t) ->
})
}

/// Wait for the condition variable to be signaled or timeout
pub unsafe fn sys_pthread_cond_timedwait(
condvar: *mut ctypes::pthread_cond_t,
mutex: *mut ctypes::pthread_mutex_t,
Expand Down
1 change: 1 addition & 0 deletions modules/axtask/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ cfg_if::cfg_if! {
#[cfg(feature = "irq")]
/// load average
pub mod loadavg;
/// specific key-value storage for each task
pub mod specific;
/// TODO: if irq is disabled, what value should AVENRUN be?
/// average run load, same as in linux kernel
Expand Down

0 comments on commit 1739e64

Please sign in to comment.