index
:
platform/packages/modules/Bluetooth
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
common
/
benchmark
Age
Commit message (
Expand
)
Author
2025-02-26
Merge "system/common: Remove location parameter from MessageLoopThread" into ...
Henri Chataing
2025-02-25
system/common: Enforce -Wmissing-prototypes
Henri Chataing
2025-02-25
system/common: Remove location parameter from MessageLoopThread
Henri Chataing
2024-09-25
Enforce -Wmissing-prototypes
Henri Chataing
2024-08-09
common: Remove unused parameters
Myles Watson
2024-07-07
Format: apply clang rules
William Escande
2024-05-23
Use atomic common::benchmark::thread_performance_benchmark::g_counter
Chris Manton
2024-04-08
system/main: Remove librchrome log initialization
Henri Chataing
2024-04-08
Remove legacy header system/include/check.h
Henri Chataing
2024-04-05
Remove includes of <base/logging.h>
Henri Chataing
2024-04-05
system: Migrate CHECK to log::assert_that
Henri Chataing
2023-12-21
check.h: IWYU and remove unused
Chris Manton
2023-04-30
Remove common::once_timer
Chris Manton
2023-02-06
Update {bind,callback,callback_forward,callback_helpers}.h includes
Georg Neis
2022-01-31
floss: libhrome r939949 uprev
hscham
2021-02-01
Make build tweaks to support newer libchrome
Abhishek Pandit-Subedi
2021-01-12
don't expose main thread message loop
Zach Johnson
2019-04-02
Common: remove GD related stuff from common
Jack He
2019-02-25
Reactor-based alarm implementation
Hansong Zhang
2019-02-25
Reactor-based threading model
Hansong Zhang
2018-12-03
Split Timer into OnceTimer and RepeatingTimer
Jakub Pawlowski
2018-09-13
Add Timer as an alternative to osi alarm
Hansong Zhang
2018-08-27
Common: Replace ExecutionBarrier with std::promise and std::future
Jack He
2018-08-02
Add MessageLoopThread, ExecutionBarrier, and performance tests
Jack He