FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
thread_mutex.c
Go to the documentation of this file.
1
/* mutex handling routines */
2
3
#include "../fb.h"
4
5
FBCALL
FBMUTEX
*
fb_MutexCreate
(
void
)
6
{
7
return
NULL
;
8
}
9
10
FBCALL
void
fb_MutexDestroy
(
FBMUTEX
*
mutex
)
11
{
12
}
13
14
FBCALL
void
fb_MutexLock
(
FBMUTEX
*
mutex
)
15
{
16
}
17
18
FBCALL
void
fb_MutexUnlock
(
FBMUTEX
*
mutex
)
19
{
20
}
rtlib
dos
thread_mutex.c
Generated on Thu Jan 23 2014 19:40:10 for FreeBASIC by
1.8.4