mirror of
https://github.com/Hizenberg469/MultiThreading_Part_A.git
synced 2026-04-19 18:12:24 +03:00
Recursive Mutex
This commit is contained in:
BIN
Semaphore_Implementation/.vs/Semaphore_Implementation/v17/.wsuo
Normal file
BIN
Semaphore_Implementation/.vs/Semaphore_Implementation/v17/.wsuo
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"WorkspaceRootPath": "E:\\MultiThreading_Part_A\\Semaphore_Implementation\\",
|
||||
"Documents": [
|
||||
{
|
||||
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|E:\\MultiThreading_Part_A\\Semaphore_Implementation\\Semaphore_Implementation.c||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}",
|
||||
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:Semaphore_Implementation.c||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}"
|
||||
},
|
||||
{
|
||||
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|E:\\MultiThreading_Part_A\\Semaphore_Implementation\\Semaphore_Implementation.h||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}",
|
||||
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:Semaphore_Implementation.h||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}"
|
||||
},
|
||||
{
|
||||
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|CMake Overview Pages||{B1CAA5B0-FEB1-4350-8AB9-F895876842F2}"
|
||||
}
|
||||
],
|
||||
"DocumentGroupContainers": [
|
||||
{
|
||||
"Orientation": 0,
|
||||
"VerticalTabListWidth": 256,
|
||||
"DocumentGroups": [
|
||||
{
|
||||
"DockedWidth": 200,
|
||||
"SelectedChildIndex": 3,
|
||||
"Children": [
|
||||
{
|
||||
"$type": "Bookmark",
|
||||
"Name": "ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}"
|
||||
},
|
||||
{
|
||||
"$type": "Document",
|
||||
"DocumentIndex": 1,
|
||||
"Title": "Semaphore_Implementation.h",
|
||||
"DocumentMoniker": "E:\\MultiThreading_Part_A\\Semaphore_Implementation\\Semaphore_Implementation.h",
|
||||
"RelativeDocumentMoniker": "Semaphore_Implementation.h",
|
||||
"ToolTip": "E:\\MultiThreading_Part_A\\Semaphore_Implementation\\Semaphore_Implementation.h",
|
||||
"RelativeToolTip": "Semaphore_Implementation.h",
|
||||
"ViewState": "AQIAAAAAAAAAAAAAAAAAAB0AAAADAAAA",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000680|",
|
||||
"WhenOpened": "2024-04-03T18:14:57.514Z",
|
||||
"EditorCaption": ""
|
||||
},
|
||||
{
|
||||
"$type": "Document",
|
||||
"DocumentIndex": 2,
|
||||
"Title": "CMake Overview Pages",
|
||||
"DocumentMoniker": "CMake Overview Pages",
|
||||
"ToolTip": "CMake Overview Pages",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|",
|
||||
"WhenOpened": "2024-04-03T17:39:05.784Z",
|
||||
"EditorCaption": ""
|
||||
},
|
||||
{
|
||||
"$type": "Document",
|
||||
"DocumentIndex": 0,
|
||||
"Title": "Semaphore_Implementation.c",
|
||||
"DocumentMoniker": "E:\\MultiThreading_Part_A\\Semaphore_Implementation\\Semaphore_Implementation.c",
|
||||
"RelativeDocumentMoniker": "Semaphore_Implementation.c",
|
||||
"ToolTip": "E:\\MultiThreading_Part_A\\Semaphore_Implementation\\Semaphore_Implementation.c",
|
||||
"RelativeToolTip": "Semaphore_Implementation.c",
|
||||
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAYAAAAaAAAA",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000423|",
|
||||
"WhenOpened": "2024-04-03T17:39:03.534Z",
|
||||
"EditorCaption": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -21,5 +21,10 @@
|
||||
"out\\Ubuntu\\build\\linux-debug",
|
||||
"out\\Ubuntu\\install\\linux-debug"
|
||||
]
|
||||
}
|
||||
},
|
||||
"ExpandedNodes": [
|
||||
""
|
||||
],
|
||||
"SelectedNode": "\\Semaphore_Implementation.c",
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user