OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:single_threaded
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_runtime_test.cc
81
bool
single_threaded
) {
97
if (
single_threaded
) {
133
// *
single_threaded
143
bool
single_threaded
= std::get<3>(info.param);
local
148
single_threaded
? "single" : "multi");
156
bool
single_threaded
= std::get<3>(GetParam());
local
161
single_threaded
);
180
bool
single_threaded
= std::get<3>(info.param);
local
185
single_threaded
? "single" : "multi");
193
bool
single_threaded
) {
225
bool
single_threaded
= std::get<3>(GetParam());
local
[
all
...]
/external/webrtc/webrtc/base/
sigslot_unittest.cc
17
static bool TemplateIsST(const sigslot::
single_threaded
* p) {
31
template<class slot_policy = sigslot::
single_threaded
,
32
class signal_policy = sigslot::
single_threaded
>
62
template<class slot_policy = sigslot::
single_threaded
,
92
SigslotReceiver<slot_policy, sigslot::
single_threaded
> st_receiver_;
sigslot.h
23
// Otherwise, the default is
single_threaded
. #define this yourself to
25
//
single_threaded
will cause a compiler error.
51
//
single_threaded
- Your program is assumed to be single threaded from the point of view
80
// has_slots<
single_threaded
> and signal0<multi_threaded_local> or
81
// has_slots<multi_threaded_local> and signal0<
single_threaded
>.
95
#define SIGSLOT_DEFAULT_MT_POLICY
single_threaded
114
# define SIGSLOT_DEFAULT_MT_POLICY
single_threaded
123
class
single_threaded
class in namespace:sigslot
126
single_threaded
()
function in class:sigslot::single_threaded
131
virtual ~
single_threaded
() {}
[
all
...]
/external/v8/src/
flag-definitions.h
635
DEFINE_IMPLICATION(wasm_fuzzer_gen_test,
single_threaded
)
[
all
...]
Completed in 3996 milliseconds