mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
fix doc
This commit is contained in:
parent
eaed83bbe2
commit
87018643e8
@ -43,7 +43,7 @@ void barrierRegister(Barrier* b, Thread* thread);
|
||||
void barrierUnregister(Barrier* b, Thread* thread);
|
||||
|
||||
/**
|
||||
* @brief Waits until all processes registered in the barrier call this function
|
||||
* @brief Waits until all processes registered in the barrier call this function, if a not registered thread calls this function, it returns without waiting
|
||||
* @param b Barrier object
|
||||
*/
|
||||
void barrierWait(Barrier* b);
|
||||
|
Loading…
Reference in New Issue
Block a user