Stefan Persson
|
0f7937711f
|
Fixes for callback hangings in Linux
|
2014-01-08 12:01:37 +01:00 |
|
Micke Prag
|
6666dc0294
|
Do not use namespace using-directives according to Google style guidelines "build/namespaces"
|
2012-06-19 12:30:51 +02:00 |
|
Micke Prag
|
1f9a069df7
|
Remove extra spaces at end of line according to Google style guidelines "whitespace/end_of_line"
|
2012-06-19 12:30:51 +02:00 |
|
Micke Prag
|
5b5be387cd
|
Include the directory when naming .h files. According to Google style guideline "build/include".
|
2012-06-19 12:30:49 +02:00 |
|
Micke Prag
|
ceec23dfed
|
Add function Thread::startAndLock()
|
2012-02-03 15:50:04 +01:00 |
|
Micke Prag
|
23be1d29fa
|
Fixes for other platforms than Windows
|
2010-10-24 16:05:38 +00:00 |
|
Stefan Persson
|
9e2a759368
|
Changes in thread wait to make it more idiot (i.e. windows) proof
|
2010-10-22 14:44:31 +00:00 |
|
Micke Prag
|
8105da7101
|
Made the Mutex be an own class.
|
2010-10-13 13:53:39 +00:00 |
|
Micke Prag
|
5469671079
|
Removed unused variables.
|
2010-10-11 10:30:39 +00:00 |
|
Micke Prag
|
cfee7a5f9a
|
Removed the thread event system. This is obsolete by our new standalone event system
|
2010-10-11 10:29:37 +00:00 |
|
Micke Prag
|
f808fb2a5e
|
Check so the thread is running in Thread::wait()
|
2010-10-11 08:34:53 +00:00 |
|
Micke Prag
|
817baffe4d
|
Renamed MUTEX to MUTEX_T
|
2010-10-08 09:25:50 +00:00 |
|
Micke Prag
|
4a94bce2ad
|
Added common library with a thread-implementation
|
2010-10-07 10:10:56 +00:00 |
|