User-level C code can also use these POSIX services. 用户级别的C代码也可以使用这些POSIX服务。
The second form of file resource is a POSIX-like file system known as the Integrated File System or IFS. 第二种文件资源形式是POSIX类文件系统,称为IntegratedFileSystem(或IFS)。
POSIX signal handling is done in kernel space. POSIX信号处理在内核空间中完成。
In Linux, the POSIX semaphore supports this functionality, but the pthreads do not. 在Linux中,POSIX信号支持此功能,但pthreads不支持。
The POSIX SCHED_OTHER policy, as implemented by Linux, meets the needs of a variety of applications. 由Linux实现的POSIXSCHEDOTHER策略满足了各种应用程序的需要。
This is because you need to have kernel tmpfs support in order to use POSIX shared memory. 这是因为您需要内核tmpfs支持来使用POSIX共享的内存。
Another recent file system is Ceph, which provides a reliable POSIX-based distributed file system with no single point of failure. 另一个最近出现的文件系统是Ceph,它提供一个可靠的基于POSIX的分布式文件系统,这种文件系统没有单点故障。
The advantages of NPTL over its predecessors are POSIX compliance and better performance. NPTL与它的前任相比优势在于POSIX兼容性和性能。
Let's start by reviewing POSIX threads, which can be either joinable threads or detached threads. 我们首先回顾一下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都提供了线程间的同步功能。
With contention, a POSIX lock and unlock operation would trigger Linux kernel priority inheritance support to occur. 存在锁争用时,POSIX锁定和解锁操作将触发Linux内核优先级继承支持。
MinGW is your best choice if you want to create Windows applications that are POSIX-compatible. 如果您想要创建与POSIX兼容的Windows应用程序,那么MinGW是最佳选择。
Regular expression is now considerably faster after a complete rewrite to be POSIX compliant. 为了与POSIX兼容而进行重写之后,正则表达式的运行现在快了很多。
Be sure to check the Resources section for details on POSIX threads and concurrent queue algorithms. 请通过参考资料进一步了解POSIX线程和并发队列算法。
For years, POSIX capabilities could be assigned to processes, but not to files. 多年以来,POSIX能力只能分配给进程,而不能分配给文件。
BusyBox: BusyBox is a multicall binary used to provide a minimal subset of POSIX-style commands and specialized functions. BusyBox:BusyBox是一个多调用的二进制文件,它提供了POSIX式的命令和专用函数的最小子集。
POSIX services are available at compile time through system header files. 在编译时可通过系统的头文件获取POSIX服务。
To overlay the standard POSIX interface onto an object storage system, a mapping is required. 为了将标准POSIX接口叠加到对象存储系统上,需要一个映射。
There are POSIX services for locking a pthread_mutex and unlocking a pthread_mutex. 有一些POSIX服务可用于锁定pthreadmutex和为pthreadmutex解锁。
The timeout option is not available in the POSIX semaphore. 在POSIX信号中不能使用超时选项。
Finally, the regex man page, available on many UNIX systems, provides information on building POSIX regexps. 最后,很多UNIX系统上提供的regex手册页提供了有关构建POSIXregexp的信息。
In Linux, the POSIX semaphore implementation only supports indefinite wait ( blocking). 在Linux中,POSIX信号实现只支持不确定的等待(阻塞)。
A POSIX API for creating a pthread_mutex lets the mutex implement the priority-inheritance protocol. 用于创建pthreadmutex的POSIXAPI使用互斥锁来实现优先级继承协议。
Each processor in the cluster provides a POSIX-file-system environment to the application. 集群中的每个处理器都为应用程序提供了一个POSIX文件系统环境。
Another approach is to use POSIX record locks, implemented through fcntl ( 2) as a discretionary lock. 另一个方法是使用POSIX记录锁(recordlocks),它通过fcntl(2)实现为一个任意的锁。
POSIX threads provide the threading mechanism as well as shared memory. POSIX线程提供了线程化机制和共享内存。
We could think of APIs as standards of the framework, such as the RFC or POSIX standards. 我们可以把API看作整个框架的标准,就像RFC或POSIX标准那样。
These goroutines are mapped to the appropriate operating-system concurrency primitives ( e.g.POSIX threads) by the Go runtime. 这些goroutine将会通过Go运行时而映射到适当的操作系统原语(比如,POSIX线程)。
For example the Linux Kernel introduced a new threading library in2.6.This was the Native POSIX Linux Thread Library ( NPTL). 举个例子吧,LinuxKernel2.6引入了一个新的线程库,也就是本地的POSIXLinux线程库(NPTL)。
In this paper, based on the analysis of POSIX thread library, an embedded-thread-pool system ( ARM9) with ARM9 as the hardware platform is proposed. 在POSIX线程库研究的基础上,提出了以ARM9为硬件平台进行嵌入式服务器线程池设计,并优化了线程池设计的几个关键问题。