POSIX Linux的意思|示意

美 / / 英 / /

Linux POSIX


POSIX Linux的网络常见释义

操作系统 ... 许可 GPL 操作系统 POSIX Linux 实现语言 C++ ...

POSIX Linux相关例句

The Linux kernel (from 2.5 version onwards) has been modified to provide POSIX-compliant support.

Linux内核(从2.5版本起)已经得到修改,具备了POSIX兼容支持。

Linux POSIX semaphores use sem_post to post an event semaphore.

Linux POSIX信号量使用sem_post来发出一个事件信号量。

Linux POSIX semaphores use sem_destroy to destroy the unnamed semaphore.

Linux POSIX信号使用sem_destroy来销毁无名称的信号。

Now, if you have to include one or several Unicode-encoded scripts in UNIX locales, you face a problem: POSIX locales and, by extension, Linux strings, are always encoded using 8-bit bytes.

现在,如果必须在UNIX locale中添加一个或者几个Unicode编码的脚本,那么您会面临一个问题:POSIX locale和扩展的Linux字符串一直是使用8位字节编码的。

There are a whole bunch of interesting filesystems that are being developed for Linux, and those have capabilities well beyond what is defined in the core filesystem POSIX specification.

正在为Linux开发的有趣的文件系统有很多,它们所具备的功能远远超出了核心文件系统POSIX规范中所定义的内容。

Named event objects are provided to provide synchronization between the processes, but in Linux, both the pthreads and POSIX provides synchronization between threads.

有名事件对象用来在进程之间进行同步,而在Linux中,pthreads和POSIX都提供了线程间的同步功能。