Home
last modified time | relevance | path

Searched refs:posix (Results 1 – 25 of 47) sorted by relevance

12

/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/
Dconfig.gni32 libc_posix_mqueue_include_dirs = [ "$TEST_UNITTEST_DIR/libc/posix/mqueue" ]
35 [ "$TEST_UNITTEST_DIR/libc/posix/mqueue/posix_mqueue_test.cpp" ]
38 "$TEST_UNITTEST_DIR/libc/posix/mqueue/smoke/It_posix_queue_001.cpp",
39 "$TEST_UNITTEST_DIR/libc/posix/mqueue/smoke/It_posix_queue_003.cpp",
40 "$TEST_UNITTEST_DIR/libc/posix/mqueue/smoke/It_posix_queue_028.cpp",
41 "$TEST_UNITTEST_DIR/libc/posix/mqueue/smoke/It_posix_queue_053.cpp",
42 "$TEST_UNITTEST_DIR/libc/posix/mqueue/smoke/It_posix_queue_062.cpp",
46 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_002.cpp",
47 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_005.cpp",
48 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_008.cpp",
[all …]
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
Dconfig.gni32 libc_posix_pthread_include_dirs = [ "$TEST_UNITTEST_DIR/libc/posix/pthread" ]
35 [ "$TEST_UNITTEST_DIR/libc/posix/pthread/posix_pthread_test.cpp" ]
38 "$TEST_UNITTEST_DIR/libc/posix/pthread/smoke/It_posix_pthread_003.cpp",
39 "$TEST_UNITTEST_DIR/libc/posix/pthread/smoke/It_posix_pthread_004.cpp",
40 "$TEST_UNITTEST_DIR/libc/posix/pthread/smoke/It_posix_pthread_005.cpp",
41 "$TEST_UNITTEST_DIR/libc/posix/pthread/smoke/It_posix_pthread_006.cpp",
42 "$TEST_UNITTEST_DIR/libc/posix/pthread/smoke/It_posix_pthread_018.cpp",
43 "$TEST_UNITTEST_DIR/libc/posix/pthread/smoke/It_posix_pthread_019.cpp",
44 "$TEST_UNITTEST_DIR/libc/posix/pthread/smoke/It_posix_pthread_020.cpp",
45 "$TEST_UNITTEST_DIR/libc/posix/pthread/smoke/It_posix_pthread_021.cpp",
[all …]
/kernel/linux/linux-5.10/kernel/time/
DMakefile7 obj-y += posix-timers.o posix-cpu-timers.o posix-clock.o itimer.o
9 obj-y += posix-stubs.o
/kernel/liteos_a/testsuites/kernel/sample/posix/
DMakefile7 -I $(LITEOSTOPDIR)/compat/posix/src \
9 -I $(LITEOSTESTTOPDIR)/kernel/sample/posix/mutex \
10 -I $(LITEOSTESTTOPDIR)/kernel/sample/posix/pthread
/kernel/liteos_a/testsuites/unittest/libc/posix/mem/
Dconfig.gni32 libc_posix_mem_include_dirs = [ "$TEST_UNITTEST_DIR/libc/posix/mem" ]
35 [ "$TEST_UNITTEST_DIR/libc/posix/mem/posix_mem_test.cpp" ]
38 "$TEST_UNITTEST_DIR/libc/posix/mem/smoke/It_posix_mem_001.cpp",
39 "$TEST_UNITTEST_DIR/libc/posix/mem/smoke/It_posix_mem_003.cpp",
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/
DMakefile8 -I $(LITEOSTOPDIR)/compat/posix/src \
9 -I $(LITEOSTESTTOPDIR)/kernel/sample/posix/pthread
/kernel/liteos_a/testsuites/kernel/
Dtest.mk157 TESTLIB_SUBDIRS += kernel/sample/posix
162 TESTLIB_SUBDIRS += kernel/sample/posix/mem
167 TESTLIB_SUBDIRS += kernel/sample/posix/mqueue
172 TESTLIB_SUBDIRS += kernel/sample/posix/mutex
177 TESTLIB_SUBDIRS += kernel/sample/posix/pthread
182 TESTLIB_SUBDIRS += kernel/sample/posix/sched
187 TESTLIB_SUBDIRS += kernel/sample/posix/sem
192 TESTLIB_SUBDIRS += kernel/sample/posix/swtmr
/kernel/liteos_a/testsuites/unittest/libc/posix/
Dconfig.gni44 # libc posix mem module
53 # libc posix mqueue module
62 # libc posix pthread module
/kernel/liteos_m/testsuites/
DBUILD.gn52 "unittest/posix/src",
73 "sample/posix:test_posix",
74 "unittest/posix:posix_test",
/kernel/linux/linux-5.10/Documentation/timers/
Dhrtimers.rst36 - the implementation of the current posix-timer subsystem on top of
59 utilize nanosleep, posix-timers and itimer interfaces. Also, in-kernel
112 scaling code from the posix-timer implementation - the clock can simply
114 of posix-timers simpler in general.
152 the hrtimer implementation details in praxis, and we also ran the posix
161 - posix-timers
163 The conversion of nanosleep and posix-timers enabled the unification of
/kernel/liteos_a/compat/
DBUILD.gn33 deps = [ "posix" ]
37 configs = [ "posix:public" ]
/kernel/liteos_a/compat/posix/
DKconfig6 Answer Y to enable LiteOS support posix interface.
DMakefile36 LOCAL_INCLUDE := -I $(LITEOSTOPDIR)/compat/posix/src
/kernel/liteos_m/
DCHANGELOG.md22 * M核posix接口fs模块用例完善 ([ee380fb](https://gitee.com/openharmony/kernel_liteos_m/commits/ee380fb9be45ef…
27 * **posix unittest:** posix unittest 融合 ([ad6f249](https://gitee.com/openharmony/kernel_liteos_m/co…
28 * **posix:** posix兼容回退 ([207efc1](https://gitee.com/openharmony/kernel_liteos_m/commits/207efc15b85…
29 * **posix:** posix接口融合,接口规范兼容性修改 ([e0b1275](https://gitee.com/openharmony/kernel_liteos_m/commits/e…
30 * **posix接口融合:** posix接口融合,接口规范兼容性修改 ([4b607fd](https://gitee.com/openharmony/kernel_liteos_m/commi…
31 * posix线程和LOS_TaskCreate任务不兼容,补齐接口防护,防止访问野指针 ([60805e1](https://gitee.com/openharmony/kernel_liteos…
58 * 修复pthread_create行为与posix不一致问题 ([2b1e5a7](https://gitee.com/openharmony/kernel_liteos_m/commits/2b…
63 * 修复任务栈对齐问题及补充posix和cmsis测试用例 ([ed863e9](https://gitee.com/openharmony/kernel_liteos_m/commits/ed86…
124 * 支持posix 和 cmsis join能力 ([ecfdf7f](https://gitee.com/openharmony/kernel_liteos_m/commits/ecfdf7ff9…
125 * 支持posix线程私有数据能力 ([a856303](https://gitee.com/openharmony/kernel_liteos_m/commits/a856303b9cdadcfa…
[all …]
DREADME_zh.md56 │ └── posix # posix标准接口支持
Darch_spec_zh.md58 │   └── posix --- POSIX标准支持
/kernel/liteos_a/kernel/common/
DMakefile36 LOCAL_INCLUDE += -I $(LITEOSTOPDIR)/compat/posix/src \
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
D.gitignore3 /fd-002-posix-eq
DMakefile7 TEST_GEN_PROGS += fd-002-posix-eq
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/
DMakefile8 -I $(LITEOSTESTTOPDIR)/kernel/sample/posix/mutex
/kernel/liteos_a/
DREADME_zh-HK.md30 │ └── posix # posix相關接口
DREADME_zh.md29 │ └── posix # posix相关接口
/kernel/liteos_a/testsuites/unittest/
DBUILD.gn119 "libc/posix:liteos_a_libc_posix_unittest_door",
129 "libc/posix:liteos_a_libc_posix_unittest",
/kernel/liteos_a/tools/build/mk/
Dlos_config.mk236 LIB_SUBDIRS += compat/posix
238 -I $(LITEOSTOPDIR)/compat/posix/include
/kernel/liteos_m/kal/
DKconfig32 rsource "posix/Kconfig"

12