Searched refs:Runnable (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_thread.h | 28 typedef DWORD(WINAPI* Runnable)(LPVOID lpThreadParameter); typedef 30 typedef void* (*Runnable)(void* argv); typedef 41 static inline ThreadId ThreadCreate(Runnable entry, void* arg, const ThreadAttr* attr) in ThreadCreate()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/ |
H A D | thread_adapter.h | 27 typedef void *(*Runnable)(void *argv); typedef 48 ThreadId THREAD_Create(Runnable run, void *argv, const ThreadAttr *attr);
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/ |
H A D | thread_adapter.c | 51 ThreadId THREAD_Create(Runnable run, void *argv, const ThreadAttr *attr) in THREAD_Create()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/ |
H A D | thread_adapter.c | 68 ThreadId THREAD_Create(Runnable run, void *argv, const ThreadAttr *attr) in THREAD_Create()
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | application-performance-guide.md | 196 - 是否是高负载场景:查看 CPU 使用率,是否已经被跑满(App线程有大段的 Runnable 状态)。
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-Java-secure-coding-guide.md | 202 public final class Foo implements Runnable { 233 public final class Foo implements Runnable { 271 public final class Foo implements Runnable { 317 TimeUnit.MILLISECONDS, new LinkedBlockingQueue<Runnable>(), 325 class TestThreadLocalTask implements Runnable {
|
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | Fetcher.java | 47 public class Fetcher implements Runnable, Comparable<Fetcher> {
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-Java-secure-coding-guide.md | 202 public final class Foo implements Runnable { 233 public final class Foo implements Runnable { 271 public final class Foo implements Runnable { 317 TimeUnit.MILLISECONDS, new LinkedBlockingQueue<Runnable>(), 325 class TestThreadLocalTask implements Runnable {
|