1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

Minor documentation improvements in response to review <https://github.com/ravenbrook/mps/pull/179#pullrequestreview-1354912126>.

This commit is contained in:
Richard Brooksby 2023-03-23 15:44:06 +00:00
parent 892063a954
commit 0460bcf671
2 changed files with 7 additions and 5 deletions

View file

@ -1,9 +1,11 @@
/* pthrdext.c: POSIX THREAD EXTENSIONS
*
* $Id$
* Copyright (c) 2001-2020 Ravenbrook Limited. See end of file for license.
* Copyright (c) 2001-2023 Ravenbrook Limited. See end of file for license.
*
* .purpose: Provides extension to Pthreads.
* .purpose: Provides extension to Pthreads to permit thread suspend
* and resume, so that the MPS can gain exclusive access to memory via
* the Shield (design.mps.shield).
*
* .design: see <design/pthreadext>
*
@ -365,7 +367,7 @@ unlock:
/* C. COPYRIGHT AND LICENSE
*
* Copyright (C) 2001-2020 Ravenbrook Limited <https://www.ravenbrook.com/>.
* Copyright (C) 2001-2023 Ravenbrook Limited <https://www.ravenbrook.com/>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are

View file

@ -1,7 +1,7 @@
/* thxc.c: THREAD MANAGER (macOS)
*
* $Id$
* Copyright (c) 2001-2020 Ravenbrook Limited. See end of file for license.
* Copyright (c) 2001-2023 Ravenbrook Limited. See end of file for license.
*
* .design: <design/thread-manager>.
*
@ -397,7 +397,7 @@ void ThreadSetup(void)
/* C. COPYRIGHT AND LICENSE
*
* Copyright (C) 2001-2020 Ravenbrook Limited <https://www.ravenbrook.com/>.
* Copyright (C) 2001-2023 Ravenbrook Limited <https://www.ravenbrook.com/>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are