OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [generic/] [thread.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Copyright (C) 2007 Bahadir Balban
3
 */
4
#ifndef __GENERIC_THREAD_H__
5
#define __GENERIC_THREAD_H__
6
 
7
#include <l4/generic/tcb.h>
8
 
9
/* Thread id creation and deleting */
10
void thread_id_pool_init(void);
11
int thread_id_new(void);
12
int thread_id_del(int tid);
13
 
14
void thread_setup_affinity(struct ktcb *task);
15
void thread_destroy(struct ktcb *);
16
 
17
#endif /* __GENERIC_THREAD_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.