diff options
Diffstat (limited to 'src/lanes_private.h')
-rw-r--r-- | src/lanes_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lanes_private.h b/src/lanes_private.h index 67c99f7..f0d01ac 100644 --- a/src/lanes_private.h +++ b/src/lanes_private.h | |||
@@ -35,7 +35,7 @@ struct s_Lane | |||
35 | 35 | ||
36 | SIGNAL_T* volatile waiting_on; | 36 | SIGNAL_T* volatile waiting_on; |
37 | // | 37 | // |
38 | // When status is WAITING, points on the linda's signal the thread waits on, else NULL | 38 | // When status is WAITING, points on the linda's signal the thread waits on, else nullptr |
39 | 39 | ||
40 | volatile enum e_cancel_request cancel_request; | 40 | volatile enum e_cancel_request cancel_request; |
41 | // | 41 | // |
@@ -61,9 +61,9 @@ struct s_Lane | |||
61 | 61 | ||
62 | struct s_Lane* volatile selfdestruct_next; | 62 | struct s_Lane* volatile selfdestruct_next; |
63 | // | 63 | // |
64 | // M: sets to non-NULL if facing lane handle '__gc' cycle but the lane | 64 | // M: sets to non-nullptr if facing lane handle '__gc' cycle but the lane |
65 | // is still running | 65 | // is still running |
66 | // S: cleans up after itself if non-NULL at lane exit | 66 | // S: cleans up after itself if non-nullptr at lane exit |
67 | 67 | ||
68 | #if HAVE_LANE_TRACKING() | 68 | #if HAVE_LANE_TRACKING() |
69 | struct s_Lane* volatile tracking_next; | 69 | struct s_Lane* volatile tracking_next; |