mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
add some comments etc documenting various not-implemented things
Change-Id: I1103b65006e8330260bfe1202bdb64eb84d3fccc
This commit is contained in:
committed by
James Kuszmaul
parent
880eae1424
commit
4cac5a957b
@@ -121,6 +121,9 @@ void deleteMultiWait(MULTIWAIT_ID sem) {
|
||||
delete sem;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param timeout Not implemented.
|
||||
*/
|
||||
int8_t takeMultiWait(MULTIWAIT_ID sem, MUTEX_ID m, int32_t timeout) {
|
||||
takeMutex(m);
|
||||
int8_t val = pthread_cond_wait(sem, m);
|
||||
|
||||
Reference in New Issue
Block a user