HomeSort by relevance Sort by last modified time
    Searched defs:service_thread (Results 1 - 4 of 4) sorted by null

  /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/perfetto/test/
test_helper.h 55 TaskRunnerThread* service_thread() { return &service_thread_; } function in class:perfetto::TestHelper
  /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 100 milliseconds