Main Page
Related Pages
Modules
Data Structures
core
include
ai_critsec.h
1
/*
2
* Arnold API header file
3
* Copyright (c) 1998-2009 Marcos Fajardo, (c) 2009-2013 Solid Angle SL
4
*/
5
11
#pragma once
12
#include "ai_api.h"
13
21
typedef
void
*
AtCritSec
;
22
23
AI_API
void
AiCritSecInit
(
AtCritSec
* cs);
24
AI_API
void
AiCritSecInitRecursive
(
AtCritSec
* cs);
25
AI_API
void
AiCritSecClose
(
AtCritSec
* cs);
26
AI_API
void
AiCritSecEnter
(
AtCritSec
* cs);
27
AI_API
void
AiCritSecLeave
(
AtCritSec
* cs);
28
29
/*\}*/
© 2009-2013 Solid Angle SL · all rights reserved · www.solidangle.com