diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-20 09:09:27 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-20 09:09:27 +0100 |
commit | 0b516e9490b51bdd15c347fcda35b5dbb06b4829 (patch) | |
tree | 33e16fe3a143fa6dcfe3d4b57f0b731c8e414652 /src/lanes_private.h | |
parent | f707ad2568e6bfb8f34496ce647d0fd153723448 (diff) | |
download | lanes-0b516e9490b51bdd15c347fcda35b5dbb06b4829.tar.gz lanes-0b516e9490b51bdd15c347fcda35b5dbb06b4829.tar.bz2 lanes-0b516e9490b51bdd15c347fcda35b5dbb06b4829.zip |
C++ migration: bool_t → bool
Diffstat (limited to 'src/lanes_private.h')
-rw-r--r-- | src/lanes_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes_private.h b/src/lanes_private.h index f0d01ac..27635fa 100644 --- a/src/lanes_private.h +++ b/src/lanes_private.h | |||
@@ -39,7 +39,7 @@ struct s_Lane | |||
39 | 39 | ||
40 | volatile enum e_cancel_request cancel_request; | 40 | volatile enum e_cancel_request cancel_request; |
41 | // | 41 | // |
42 | // M: sets to FALSE, flags TRUE for cancel request | 42 | // M: sets to false, flags true for cancel request |
43 | // S: reads to see if cancel is requested | 43 | // S: reads to see if cancel is requested |
44 | 44 | ||
45 | #if THREADWAIT_METHOD == THREADWAIT_CONDVAR | 45 | #if THREADWAIT_METHOD == THREADWAIT_CONDVAR |