unistd.h
来自「这是leon3处理器的交叉编译链」· C头文件 代码 · 共 63 行
H
63 行
/* Copyright (C) 1992-2000 the Florida State University Distributed by the Florida State University under the terms of the GNU Library General Public License.This file is part of Pthreads.Pthreads is free software; you can redistribute it and/ormodify it under the terms of the GNU Library General PublicLicense as published by the Free Software Foundation (version 2).Pthreads is distributed "AS IS" in the hope that it will beuseful, but WITHOUT ANY WARRANTY; without even the impliedwarranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU Library General Public License for more details.You should have received a copy of the GNU Library General PublicLicense along with Pthreads; see the file COPYING. If not, writeto the Free Software Foundation, 675 Mass Ave, Cambridge,MA 02139, USA.Report problems and direct all questions to: pthreads-bugs@ada.cs.fsu.edu Gaisler Research, Konrad Eisele<eiselekd@web.de> @(#)unistd.h 3.14 11/8/00*/#ifndef _pthread_unistd_h#define _pthread_unistd_h#ifndef _POSIX_THREADS#define _POSIX_THREADS#endif /* !_POSIX_THREADS */#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING#define _POSIX_THREAD_PRIORITY_SCHEDULING#endif /* !_POSIX_THREAD_PRIORITY_SCHEDULING */#ifndef _POSIX_THREAD_ATTR_STACKSIZE#define _POSIX_THREAD_ATTR_STACKSIZE#endif /* !_POSIX_THREAD_ATTR_STACKSIZE */#ifndef _POSIX_THREAD_ATTR_CUSTOM#define _POSIX_THREAD_ATTR_CUSTOM#endif /* !_POSIX_THREAD_ATTR_CUSTOM */#ifdef SRP# ifndef _POSIX_THREADS_PRIO_PROTECT# define _POSIX_THREADS_PRIO_PROTECT# endif /* !_POSIX_THREADS_PRIO_PROTECT */#else /* !SRP */# undef _POSIX_THREADS_PRIO_PROTECT#endif /* !SRP */#undef _POSIX_THREADS_PROCESS_SHARED#undef _POSIX_THREADS_PRIO_INHERIT#undef _POSIX_REENTRANT_FUNCTIONS#endif /* !_pthread_unistd_h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?