Home
last modified time | relevance | path

Searched refs:posix (Results 101 - 125 of 207) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DPath.h28 enum class Style { windows, posix, native }; member in llvm::sys::path::Style
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchiveWriter.cpp543 sys::path::append(Relative, sys::path::Style::posix, ".."); in computeArchiveRelativePath()
546 sys::path::append(Relative, sys::path::Style::posix, *ToI); in computeArchiveRelativePath()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dunistd.h872 #include <bits/posix.h>
/kernel/linux/linux-5.10/kernel/time/
H A Dposix-clock.c10 #include <linux/posix-clock.h>
15 #include "posix-timers.h"
H A Ditimer.c14 #include <linux/posix-timers.h>
/kernel/linux/linux-5.10/kernel/
H A Dcompat.c22 #include <linux/posix-timers.h>
/kernel/linux/linux-6.6/kernel/
H A Dcompat.c22 #include <linux/posix-timers.h>
/kernel/linux/linux-6.6/kernel/time/
H A Dposix-clock.c10 #include <linux/posix-clock.h>
15 #include "posix-timers.h"
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h278 #include <bits/posix.h>
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h254 #include <bits/posix.h>
/third_party/musl/porting/linux/user/include/
H A Dunistd.h281 #include <bits/posix.h>
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h278 #include <bits/posix.h>
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h254 #include <bits/posix.h>
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h260 #include <bits/posix.h>
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h254 #include <bits/posix.h>
/third_party/musl/include/
H A Dunistd.h320 #include <bits/posix.h>
/third_party/skia/third_party/externals/harfbuzz/
H A Dgit.mk153 printf-posix.m4 \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp41 return (style == Style::posix) ? Style::posix : Style::windows; in real_style()
43 return (style == Style::windows) ? Style::windows : Style::posix; in real_style()
/device/soc/rockchip/common/sdk_linux/include/linux/sched/
H A Dsignal.h12 #include <linux/posix-timers.h>
/kernel/linux/linux-5.10/net/sched/
H A Dsch_etf.c17 #include <linux/posix-timers.h>
/kernel/linux/linux-5.10/include/linux/sched/
H A Dsignal.h12 #include <linux/posix-timers.h>
/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_clock.c13 #include <linux/posix-clock.h>
88 /* posix clock implementation */
274 /* Create a posix clock and link it to the device. */ in ptp_clock_register()
277 pr_err("failed to create posix clock\n"); in ptp_clock_register()
H A Dptp_chardev.c8 #include <linux/posix-clock.h>
/kernel/linux/linux-6.6/include/linux/sched/
H A Dsignal.h12 #include <linux/posix-timers.h>
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_clock.c13 #include <linux/posix-clock.h>
68 /* posix clock implementation */
309 /* Create a posix clock and link it to the device. */ in ptp_clock_register()
320 pr_err("failed to create posix clock\n"); in ptp_clock_register()

Completed in 24 milliseconds

123456789