OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:service_thread
(Results
1 - 5
of
5
) sorted by null
/external/perfetto/test/
test_helper.h
55
TaskRunnerThread*
service_thread
() { return &service_thread_; }
function in class:perfetto::TestHelper
end_to_end_benchmark.cc
74
uint64_t service_start_ns = helper.
service_thread
()->GetThreadCPUTimeNs();
84
helper.
service_thread
()->GetThreadCPUTimeNs() - service_start_ns;
/external/python/cpython2/Demo/pysvr/
pysvr.py
55
thread.start_new_thread(
service_thread
, (conn, addr))
58
def
service_thread
(conn, addr):
function
pysvr.c
47
static void *
service_thread
(struct workorder *);
202
if (pthread_create(&tdata, NULL, (void *)
service_thread
, work) < 0) {
230
service_thread
(struct workorder *work)
function
/external/libmojo/mojo/public/cpp/bindings/tests/
sync_method_unittest.cc
356
TestSyncServiceThread<TypeParam>
service_thread
;
local
357
service_thread
.thread()->task_runner()->PostTask(
359
base::Unretained(&
service_thread
),
362
ASSERT_TRUE(
service_thread
.ping_called());
369
service_thread
.thread()->task_runner()->PostTaskAndReply(
371
base::Unretained(&
service_thread
)),
Completed in 237 milliseconds