Skip to content
Snippets Groups Projects
Commit 25c642a7 authored by chihebabid's avatar chihebabid
Browse files

Add some comments

parent a766cee3
No related branches found
No related tags found
1 merge request!6Feature/ufscc emptiness check
Pipeline #4967 passed
......@@ -73,6 +73,9 @@ void CNDFS::DfsBlue() {
}
*/
/*
* @Brief Create threads
*/
void CNDFS::spawnThreads() {
for (int i = 0; i < mNbTh; ++i) {
mlThread[i] = new thread(threadHandler, this);
......@@ -88,8 +91,9 @@ void CNDFS::threadHandler(void *context) {
}
/*
* Compute the synchornized product
* @brief Compute the synchornized product
*/
void CNDFS::computeProduct() {
mIdThread++;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment