上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 70 下一页

2024年6月4日

QNX-19—QNX绑核优先级-1-理论

摘要: 一、Thread affinity翻译 翻译:QNX Software Development Platform --> Programming --> Programmer's Guide --> Multicore Processing --> The impact of multicoreht 阅读全文

posted @ 2024-06-04 15:17 Hello-World3 阅读(959) 评论(0) 推荐(0)

2024年6月3日

QNX-9—QNX官网文档翻译—中断-3—Writing an Interrupt Handler

摘要: 翻译:QNX Software Development Platform --> Programming --> Programmer's Guide https://www.qnx.com/developers/docs/7.1/index.html#com.qnx.doc.neutrino.pr 阅读全文

posted @ 2024-06-03 10:19 Hello-World3 阅读(434) 评论(0) 推荐(0)

2024年5月31日

QNX-9—QNX官网文档翻译—中断-2—Interrupt handling

摘要: QNX Software Development Platform --> OS Components --> System Architecture --> The QNX Neutrino Microkernel --> Interrupt handling 前言: 无论我们多么希望如此,计算机 阅读全文

posted @ 2024-05-31 14:07 Hello-World3 阅读(373) 评论(0) 推荐(0)

2024年5月30日

QNX-9—QNX官网文档翻译—中断-1—Interrupts

摘要: 翻译: QNX Software Development Platform --> Programming --> Getting Started with QNX Neutrino --> Interrupts https://www.qnx.com/developers/docs/7.1/ind 阅读全文

posted @ 2024-05-30 20:57 Hello-World3 阅读(570) 评论(0) 推荐(0)

2024年5月22日

文件系统-1-相关节点和命令

摘要: 一、文件节点 1. /proc/partitions / # cat /proc/partitions major minor #blocks name 1 0 8192 ram0 ... 1 15 8192 ram15 254 0 10485760 vda ... 254 304 98304 vd 阅读全文

posted @ 2024-05-22 18:41 Hello-World3 阅读(77) 评论(0) 推荐(0)

2024年4月23日

C++中的原子操作

摘要: 一、概述 C++11提供了一个原子类型 std::atomic<T>, 通过这个原子类型管理的内部变量就可以称之为原子变量,我们可以给原子类型指定 bool、char、int、long、指针 等类型作为模板参数(不支持浮点类型和复合类型)。 原子指的是一系列不可被CPU上下文交换的机器指令,这些指令 阅读全文

posted @ 2024-04-23 16:36 Hello-World3 阅读(644) 评论(0) 推荐(0)

2024年4月22日

Android进程创建流程-2

摘要: 一、java线程创建流程 1. 部分调用逻辑 Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, bool create_peer) Runtime::Init(Run 阅读全文

posted @ 2024-04-22 16:24 Hello-World3 阅读(36) 评论(0) 推荐(0)

2024年4月12日

内存管理-31-相关文件节点汇总

摘要: 基于msm-5.4 hqx+linux 一、proc目录下文件节点 1. zoneinfo 打印的是全局变量 vm_node_stat[] 的值;打印 struct zone 结构的部分成员,如 水位 _watermark,zone->vm_stat[],zone的 spanned_pages/pr 阅读全文

posted @ 2024-04-12 16:19 Hello-World3 阅读(606) 评论(0) 推荐(0)

2024年4月11日

tracer ftrace笔记(23)—— 上层trace打印流程-TODO

摘要: 1. ATRACE_INT 打印不出来分析 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value) // /system/core/libcutils/include/cutils/trace.h static inli 阅读全文

posted @ 2024-04-11 17:54 Hello-World3 阅读(214) 评论(0) 推荐(0)

2024年3月28日

signal()信号-3-实验

摘要: 一、信号监控 #include <stdio.h> #include <unistd.h> #include <signal.h> #include <stdlib.h> #define LOG_TAG "Ham: " #include <log/log.h> int smenu[] = { 1, 阅读全文

posted @ 2024-03-28 11:44 Hello-World3 阅读(27) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 70 下一页

导航