mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-06 02:37:00 +02:00
gmain: Indicate atomic fields with a comment
This commit is contained in:
parent
969b0e00b3
commit
dd36cf3a8b
@ -327,7 +327,7 @@ struct _GChildWatchSource
|
|||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
GPollFD poll;
|
GPollFD poll;
|
||||||
#else /* G_OS_WIN32 */
|
#else /* G_OS_WIN32 */
|
||||||
gboolean child_exited;
|
gboolean child_exited; /* (atomic) */
|
||||||
#endif /* G_OS_WIN32 */
|
#endif /* G_OS_WIN32 */
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -335,7 +335,7 @@ struct _GUnixSignalWatchSource
|
|||||||
{
|
{
|
||||||
GSource source;
|
GSource source;
|
||||||
int signum;
|
int signum;
|
||||||
gboolean pending;
|
gboolean pending; /* (atomic) */
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GPollRec
|
struct _GPollRec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user