Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
8626f36d
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "62d29b2157d8fec5ec45de7a9fa70fc6fcf02408"
Commit
8626f36d
authored
Jun 13, 2014
by
Davis King
Browse files
Fixed spelling errors in comments
parent
f9eed123
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/threads/threads_kernel_shared.cpp
dlib/threads/threads_kernel_shared.cpp
+2
-2
No files found.
dlib/threads/threads_kernel_shared.cpp
View file @
8626f36d
...
...
@@ -187,7 +187,7 @@ namespace dlib
// get a lock on the data mutex
auto_mutex
M
(
data_mutex
);
// loop to ensure that the new function poi
t
ner is in the data
// loop to ensure that the new function poin
t
er is in the data
while
(
true
)
{
// if the data is empty then add new data and quit loop
...
...
@@ -206,7 +206,7 @@ namespace dlib
// get a thread for this new data
// if a new thread must be crated
// if a new thread must be cr
e
ated
if
(
pool_count
==
0
)
{
// make thread and add it to the pool
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment