Subversion Repositories Kolibri OS

Rev

Rev 5056 | Rev 5272 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5056 Rev 5270
Line 8... Line 8...
8
 * This file contains the main data structure and API definitions.
8
 * This file contains the main data structure and API definitions.
9
 */
9
 */
10
#ifndef __LINUX_MUTEX_H
10
#ifndef __LINUX_MUTEX_H
11
#define __LINUX_MUTEX_H
11
#define __LINUX_MUTEX_H
Line -... Line 12...
-
 
12
 
12
 
13
#include 
13
#include 
14
#include 
-
 
15
#include 
-
 
16
#include 
-
 
17
#include 
Line 14... Line 18...
14
#include 
18
#include 
15
 
19
 
16
/*
20
/*
17
 * Simple, straightforward mutexes with strict semantics:
21
 * Simple, straightforward mutexes with strict semantics: