Home
last modified time | relevance | path

Searched defs:Runnable (Results 1 – 5 of 5) sorted by relevance

/foundation/aafwk/standard/common/task_dispatcher/include/threading/
Drunnable.h23 using Runnable = std::function<void()>; variable
/foundation/graphic/utils/interfaces/innerkits/
Dgraphic_thread.h28 typedef DWORD(WINAPI* Runnable)(LPVOID lpThreadParameter); typedef
30 typedef void* (*Runnable)(void* argv); typedef
/foundation/distributedschedule/samgr_lite/samgr/adapter/
Dthread_adapter.h27 typedef void *(*Runnable)(void *argv); typedef
/foundation/communication/dsoftbus/core/connection/common/src/
Dsoftbus_thread_pool.c31 typedef void *(*Runnable)(void *argv); typedef
/foundation/appexecfwk/standard/tools/zip/include/
Dzip_utils.h30 using Runnable = OHOS::AppExecFwk::Runnable; variable