代码搜索:MINI-os

找到约 30 项符合「MINI-os」的源代码

代码结果 30
www.eeworm.com/read/385462/2590813

h semaphore.h

#ifndef _SEMAPHORE_H_ #define _SEMAPHORE_H_ #include #include /* * Implementation of semaphore in Mini-os is simple, because * there are no preemptive thread
www.eeworm.com/read/385462/2590842

h wait.h

#ifndef __WAIT_H__ #define __WAIT_H__ #include #include #include #define DEFINE_WAIT(name) \ struct wait_queue na
www.eeworm.com/read/385462/2590797

h sched.h

#ifndef __SCHED_H__ #define __SCHED_H__ #include #include #include #ifdef HAVE_LIBC #include #endif struct thread { char *n
www.eeworm.com/read/385462/2590840

h fs.h

#ifndef __FS_H__ #define __FS_H__ #include #include #include #define FSIF_RING_SIZE_ORDER 1 #define FSIF_RING_SIZE_PAGES (1
www.eeworm.com/read/432906/1887808

c sched.c

/* * Done by Dietmar Hahn
www.eeworm.com/read/432906/1887810

c debug.c

/* **************************************************************************** * Done by Dietmar Hahn
www.eeworm.com/read/385462/2590758

c sched.c

/* * Done by Dietmar Hahn
www.eeworm.com/read/385462/2590761

c debug.c

/* **************************************************************************** * Done by Dietmar Hahn
www.eeworm.com/read/385462/2590816

h blkfront.h

#include #include #include struct blkfront_dev; struct blkfront_aiocb { struct blkfront_dev *aio_dev; uint8_t *aio_buf; size_t aio_nbyte
www.eeworm.com/read/432906/1887851

h semaphore.h

#ifndef _SEMAPHORE_H_ #define _SEMAPHORE_H_ #include #include /* * Implementation of semaphore in Mini-os is simple, because * there are no preemptive threads, the atomicity