affinity.h, waitq.h copyright
This commit is contained in:
@ -1,3 +1,15 @@
|
||||
/**
|
||||
* \file affinity.h
|
||||
* License details are found in the file LICENSE.
|
||||
* \brief
|
||||
* Macros used to set and get CPU affinity
|
||||
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
|
||||
* Copyright (C) 2011 - 2012 Taku Shimosawa
|
||||
*/
|
||||
/*
|
||||
* HISTORY:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Adapted from Linux sched.h
|
||||
*
|
||||
|
||||
@ -1,3 +1,16 @@
|
||||
/**
|
||||
* \file waitq.h
|
||||
* License details are found in the file LICENSE.
|
||||
*
|
||||
* \brief
|
||||
* Waitqueue adaptation from Sandia's Kitten OS
|
||||
* (originally taken from Linux)
|
||||
*
|
||||
* \author Balazs Gerofi <bgerofi@riken.jp> \par
|
||||
* Copyright (C) 2012 RIKEN AICS
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _LWK_WAITQ_H
|
||||
#define _LWK_WAITQ_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user