ap.c, futex.c, jhash.h, timer.c, waitq.c copyrights

This commit is contained in:
Balazs Gerofi bgerofi@riken.jp
2013-11-14 16:20:08 +09:00
parent 3f60324d4e
commit dcea4fefb3
5 changed files with 69 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
/**
* \file timer.c
* Licence details are found in the file LICENSE.
*
* \brief
* Simple spinning timer for timeout support in futex.
*
* \author Balazs Gerofi <bgerofi@is.s.u-tokyo.ac.jp> \par
* Copyright (C) 2013 The University of Tokyo
*
*/
#include <types.h>
#include <kmsg.h>
#include <ihk/cpu.h>