Sign in
chromium
/
chromium
/
src.git
/
6fc79ea0fecf78260f21d929dc594ff24f82da3b
/
base
/
threading
/
simple_thread.cc
dfa049e
Move string_number_conversions to base/strings.
by
[email protected]
· 12 years ago
3a7b66d
Disallow UI/IO thread blocking on any other thread.
by
[email protected]
· 13 years ago
a42d463
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by
[email protected]
· 14 years ago
2f4a8e1
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by
[email protected]
· 14 years ago
da7d86e
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by
[email protected]
· 14 years ago
eae9c06
Order function definitions in base/ according to the header.
by
[email protected]
· 14 years ago
ce072a7
Move platform_thread to base/threading and put in the base namespace. I left a
by
[email protected]
· 14 years ago
ac9ba8fe
Move some misc thread-related stuff from base to base/thread and into the base
by
[email protected]
· 14 years ago
[Renamed (97%) from base/simple_thread.cc]
20f0487a
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs.
by
[email protected]
· 15 years ago
4a39897
FBTF: Remove unneeded headers from base/ (part 2)
by
[email protected]
· 15 years ago
528c56d
Move the number conversions from string_util to a new file.
by
[email protected]
· 15 years ago
30a06c1
Linux: fix uninit warnings when building -Os.
by
[email protected]
· 16 years ago
a89d97f
Add a simple thread pool to SimpleThread.
by
[email protected]
· 17 years ago
8a2cebb
Bring back SimpleThread, but with a Delegate interface.
by
[email protected]
· 17 years ago
0178b9dc
Remove CallWrapper and SimpleThread. They overlap too closely with the message loop variants Thread and Task.
by
[email protected]
· 17 years ago
d35df91
Make CallWrappers multiuse. No longer make CallWrapper->Run() self deleting. Since the SimpleThread API backs to joinable threads, the common use case makes it simple for the caller to manage the CallWrapper memory, and this makes everything much clearer. This also allows a CallWrapper's Run() to be called multiple times. This also moves CallWrapper into the base namespace, which I'm told is all the rage these days.
by
[email protected]
· 17 years ago
578c7cc
Create a simple abstraction to a native OS thread, mostly useful for unittesting when you don't want a message loop.
by
[email protected]
· 17 years ago