[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mach branch, master, updated. v1.6-69-g2e69ebf
From: |
Samuel Thibault |
Subject: |
[SCM] GNU Mach branch, master, updated. v1.6-69-g2e69ebf |
Date: |
Fri, 15 Apr 2016 16:20:22 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via 2e69ebf6999102c27c21615b610400a0d922e8c9 (commit)
from 962d56bd3720f10e38ee48df8654c5a6d413a394 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2e69ebf6999102c27c21615b610400a0d922e8c9
Author: Agustina Arzille <address@hidden>
Date: Mon Apr 4 19:16:31 2016 -0300
Lightweight synchronization mechanism
* Makefrag.am (libkernel_a_SOURCES): Add kern/gsync.c and kern/gsync.h.
* include/mach/gnumach.defs (gsync_wait, gsync_wake, gsync_requeue): New
routines.
* include/mach/kern_return.h (KERN_TIMEDOUT, KERN_INTERRUPTED): New error
codes.
* kern/gsync.c: New file.
* kern/gsync.h: New file.
* kern/startup.c: Include <kern/gsync.h>
(setup_main): Call gsync_setup.
-----------------------------------------------------------------------
Summary of changes:
Makefrag.am | 2 +
include/mach/gnumach.defs | 52 ++++++
include/mach/kern_return.h | 6 +
kern/gsync.c | 412 ++++++++++++++++++++++++++++++++++++++++++++
kern/gsync.h | 41 +++++
kern/startup.c | 3 +
6 files changed, 516 insertions(+), 0 deletions(-)
create mode 100644 kern/gsync.c
create mode 100644 kern/gsync.h
hooks/post-receive
--
GNU Mach
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mach branch, master, updated. v1.6-69-g2e69ebf,
Samuel Thibault <=