Skip to content

Commit d236c0e

Browse files
Site changes [skip-ci]
1 parent 4396ea5 commit d236c0e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

_data/ref/alpha/dmmutex-cpp.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
{
22
"elements": [
3+
{
4+
"brief": "macro for scope lifetime optional mutex locking",
5+
"description": "If mutex is not null, Will lock the mutex and automatically unlock it at the end of the scope.\nSince using threads is optional, we want to make it easy to switch on/off the mutex behavior",
6+
"error": "",
7+
"examples": "",
8+
"language": "",
9+
"members": [],
10+
"name": "DM_MUTEX_OPTIONAL_SCOPED_LOCK",
11+
"notes": [],
12+
"parameters": [
13+
{
14+
"doc": "Mutex handle to lock, or null.",
15+
"is_optional": "False",
16+
"name": "mutex",
17+
"types": [
18+
"dmMutex::HMutex"
19+
]
20+
}
21+
],
22+
"replaces": "",
23+
"returnvalues": [],
24+
"tparams": [],
25+
"type": "MACRO"
26+
},
327
{
428
"brief": "macro for scope lifetime Mutex locking",
529
"description": "Will lock a Mutex and automatically unlock it at the end of the scope.",

0 commit comments

Comments
 (0)