OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLPType
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/threading/
thread_local_unittest.cc
17
typedef base::ThreadLocalPointer<ThreadLocalTesterBase>
TLPType
;
19
ThreadLocalTesterBase(
TLPType
* tlp, base::WaitableEvent* done)
24
TLPType
* tlp_;
30
SetThreadLocal(
TLPType
* tlp, base::WaitableEvent* done)
48
GetThreadLocal(
TLPType
* tlp, base::WaitableEvent* done)
/external/chromium_org/base/threading/
thread_local_unittest.cc
17
typedef base::ThreadLocalPointer<ThreadLocalTesterBase>
TLPType
;
19
ThreadLocalTesterBase(
TLPType
* tlp, base::WaitableEvent* done)
26
TLPType
* tlp_;
32
SetThreadLocal(
TLPType
* tlp, base::WaitableEvent* done)
52
GetThreadLocal(
TLPType
* tlp, base::WaitableEvent* done)
/external/chromium_org/mojo/public/utility/
thread_local_unittest.cc
18
typedef base::ThreadLocalPointer<ThreadLocalTesterBase>
TLPType
;
20
ThreadLocalTesterBase(
TLPType
* tlp, base::WaitableEvent* done)
27
TLPType
* tlp_;
33
SetThreadLocal(
TLPType
* tlp, base::WaitableEvent* done)
53
GetThreadLocal(
TLPType
* tlp, base::WaitableEvent* done)
Completed in 520 milliseconds