Sign in
webrtc
/
src
/
38e34668379ed705f3221160652165dc5d610444
/
rtc_base
/
platform_thread_unittest.cc
2cfc1af
Update rtc::Event::Wait call sites to use TimeDelta.
by Markus Handell
· 2 years, 7 months ago
74543b7
PlatformThreadTest: fix flake.
by Markus Handell
· 3 years, 9 months ago
ad5037b
Reland "Refactor the PlatformThread API."
by Markus Handell
· 3 years, 10 months ago
793bac5
Revert "Refactor the PlatformThread API."
by Guido Urdaneta
· 3 years, 10 months ago
c89fdd7
Refactor the PlatformThread API.
by Markus Handell
· 3 years, 10 months ago
97c4458
PlatformThread: add support for detached threads.
by Markus Handell
· 3 years, 11 months ago
7c85d39
Delete unneeded includes of system_wrappers/include/sleep.h
by Niels Möller
· 4 years, 5 months ago
4731f00
Delete deprecated PlatformThread looping
by Niels Möller
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/rtc_base/platform_thread_unittest.cc]
e96c45b
Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)"
by kjellander
· 8 years ago
0072511
Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)"
by Henrik Kjellander
· 8 years ago
f1c5ebf
Update includes for webrtc/{base => rtc_base} rename (3/3)
by kjellander
· 8 years ago
c036276
Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
by Henrik Kjellander
· 8 years ago
[Renamed from webrtc/base/platform_thread_unittest.cc]
ec78f1c
Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
by Henrik Kjellander
· 8 years ago
[Renamed from webrtc/rtc_base/platform_thread_unittest.cc]
6776518
Move webrtc/{base => rtc_base}
by Henrik Kjellander
· 8 years ago
[Renamed from webrtc/base/platform_thread_unittest.cc]
500f1b7
Add a DCHECK for PlatformThread instances that are too busy.
by tommi
· 8 years ago
0f8b403
Introduce a new constructor to PlatformThread.
by tommi
· 8 years ago
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 8 years ago
555604a
Replace scoped_ptr with unique_ptr in webrtc/base/
by jbauch
· 9 years ago
845afa8
Update PlatformThread to support a couple of new properties.
by tommi
· 9 years ago
8c38e8b
Clean up PlatformThread.
by Peter Boström
· 9 years ago
12411ef
Move ThreadWrapper to ProcessThread in base.
by pbos
· 9 years ago
[Renamed (79%) from webrtc/system_wrappers/source/thread_unittest.cc]
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
38492c5
Re-land 8810 "- Add a SetPriority method to ThreadWr..."
by tommi@webrtc.org
· 10 years ago
90a1cb4
Revert 8810 "- Add a SetPriority method to ThreadWrapper"
by tommi@webrtc.org
· 10 years ago
b6817d7
- Add a SetPriority method to ThreadWrapper
by tommi@webrtc.org
· 10 years ago
361981f
Use scoped_ptr for ThreadWrapper::CreateThread.
by tommi@webrtc.org
· 10 years ago
8663973
Remove thread id from ThreadWrapper::Start().
by pbos@webrtc.org
· 10 years ago
00b8f6b
Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away
by kwiberg@webrtc.org
· 10 years ago
e9e4253
Sleep in ThreadTest thread functions.
by pbos@webrtc.org
· 11 years ago
e7009f3
Revert "Disable tests for TSan v2"
by kjellander@webrtc.org
· 11 years ago
d8a9b86
Disable tests for TSan v2
by kjellander@webrtc.org
· 11 years ago
acaf3a1
Include files from webrtc/.. paths in system_wrappers/
by pbos@webrtc.org
· 12 years ago
a3e6bec
Posix Thread: Removes the setting of the run function to NULL which could cause data race.
by henrike@webrtc.org
· 12 years ago
ec9c942
Reformatted thread and static_instance.
by phoglund@webrtc.org
· 12 years ago
23ec30b
Clean up TraceCallback::Print.
by andrew@webrtc.org
· 12 years ago
14b43be
Move src/ -> webrtc/
by andrew@webrtc.org
· 12 years ago
[Renamed from src/system_wrappers/source/thread_unittest.cc]
5ba4411
Makes it such that calling ThreadWrapper::Start(..) only returns false if a thread was never started. I.e. it will not return false if it was unable to configure the thread (however it does log such failures).
by henrike@webrtc.org
· 12 years ago
4030013
No more TSAN errors on start_stop
by hta@webrtc.org
· 13 years ago
6ed617b
Fixing memory leak error in test.
by hta@webrtc.org
· 13 years ago
e1919f4
Unittest for thread_wrapper.
by hta@webrtc.org
· 13 years ago