ReactOS
0.4.16-dev-853-g88d9285
ff_safety.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* FullFAT - High Performance, Thread-Safe Embedded FAT File-System *
3
* Copyright (C) 2009 James Walmsley (james@worm.me.uk) *
4
* *
5
* This program is free software: you can redistribute it and/or modify *
6
* it under the terms of the GNU General Public License as published by *
7
* the Free Software Foundation, either version 3 of the License, or *
8
* (at your option) any later version. *
9
* *
10
* This program is distributed in the hope that it will be useful, *
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13
* GNU General Public License for more details. *
14
* *
15
* You should have received a copy of the GNU General Public License *
16
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
17
* *
18
* IMPORTANT NOTICE: *
19
* ================= *
20
* Alternative Licensing is available directly from the Copyright holder, *
21
* (James Walmsley). For more information consult LICENSING.TXT to obtain *
22
* a Commercial license. *
23
* *
24
* See RESTRICTIONS.TXT for extra restrictions on the use of FullFAT. *
25
* *
26
* Removing the above notice is illegal and will invalidate this license. *
27
*****************************************************************************
28
* See http://worm.me.uk/fullfat for more information. *
29
* Or http://fullfat.googlecode.com/ for latest releases and the wiki. *
30
*****************************************************************************/
31
38
#ifndef _FF_SAFETY_H_
39
#define _FF_SAFETY_H_
40
41
#include <stdlib.h>
42
#include "
ff_types.h
"
43
44
45
//---------- PROTOTYPES (in order of appearance)
46
47
// PUBLIC:
48
49
50
// PRIVATE:
51
void
*
FF_CreateSemaphore
(
void
);
52
void
FF_PendSemaphore
(
void
*pSemaphore);
53
void
FF_ReleaseSemaphore
(
void
*pSemaphore);
54
void
FF_DestroySemaphore
(
void
*pSemaphore);
55
void
FF_Yield
(
void
);
56
void
FF_Sleep
(
FF_T_UINT32
TimeMs);
57
58
#endif
59
FF_Yield
void FF_Yield(void)
FF_ReleaseSemaphore
void FF_ReleaseSemaphore(void *pSemaphore)
FF_CreateSemaphore
void * FF_CreateSemaphore(void)
FF_Sleep
void FF_Sleep(FF_T_UINT32 TimeMs)
FF_PendSemaphore
void FF_PendSemaphore(void *pSemaphore)
FF_DestroySemaphore
void FF_DestroySemaphore(void *pSemaphore)
ff_types.h
FF_T_UINT32
unsigned long FF_T_UINT32
32 bit unsigned integer.
Definition:
ff_types.h:61
sdk
include
reactos
libs
fullfat
ff_safety.h
Generated on Mon Mar 24 2025 06:13:04 for ReactOS by
1.9.6