Lines Matching refs:gt
203 | \#include <stdlib.h> | void abort(void); | 中止线程执行 |
204 | \#include <assert.h> | void assert(scalar expression); | 断言为假终止线程 |
205 | \#include <pthread.h> | int pthread_cond_destroy(pthread_cond_t \*cond); | 销…
206 | \#include <pthread.h> | int pthread_cond_init(pthread_cond_t \*restrict …
207 | \#include <pthread.h> | int pthread_cond_timedwait(pthread_cond_t \*restr<br…
208 | \#include <pthread.h> | int pthread_condattr_init(pthread_condattr_t \*attr)…
209 | \#include <pthread.h> | int pthread_mutex_unlock(pthread_mutex_t \*mutex); |…
210 | \#include <pthread.h> | int pthread_create(pthread_t \*thread, const&nb…
211 | \#include <pthread.h> | int pthread_join(pthread_t thread, void \*…
212 | \#include <pthread.h> | pthread_t pthread_self(void); | 获取当前线程的ID |
213 | \#include <pthread.h> | int pthread_getschedparam(pthread_t thread, int…
214 | \#include <pthread.h> | int pthread_setschedparam(pthread_t thread, int…
215 | \#include <pthread.h> | int pthread_mutex_init(pthread_mutex_t \*__restrict&…
216 | \#include <pthread.h> | int pthread_mutex_lock(pthread_mutex_t \*m); | 互斥锁加锁…
217 | \#include <pthread.h> | int pthread_mutex_trylock(pthread_mutex_t \*m); | 互斥…
218 | \#include <pthread.h> | int pthread_mutex_destroy(pthread_mutex_t \*m); | 销毁…
219 | \#include <pthread.h> | int pthread_attr_init(pthread_attr_t \*attr); | 初始化线…
220 | \#include <pthread.h> | int pthread_attr_destroy(pthread_attr_t \*attr); | 销…
221 | \#include <pthread.h> | int pthread_attr_getstacksize(const pthread_attr<br/…
222 | \#include <pthread.h> | int pthread_attr_setstacksize(pthread_attr_t \*attr<…
223 | \#include <pthread.h> | int pthread_attr_getschedparam(const pthread_<br/>at…
224 | \#include <pthread.h> | int pthread_attr_setschedparam(pthread_attr_t \*<br/…
225 | \#include <pthread.h> | int pthread_getname_np(pthread_t pthread, char<…
226 | \#include <pthread.h> | int pthread_setname_np(pthread_t pthread, const…
227 | \#include <pthread.h> | int pthread_cond_broadcast(pthread_cond_t \*c); | 解除…
228 | \#include <pthread.h> | int pthread_cond_signal(pthread_cond_t \*c); | 解除被阻塞…
229 | \#include <pthread.h> | int pthread_cond_wait(pthread_cond_t \*__restrict<br…
235 | \#include <libgen.h> | char \*dirname(char \*path); | 获取目录名 |
236 | \#include <dirent.h> | struct dirent \*readdir(DIR \*dirp); | 读目录 |
237 | \#include <sys/stat.h> | int stat(const char \*restrict path, …
238 | \#include <unistd.h> | int unlink(const char \*pathname); | 删除文件 |
240 | \#include <nistd.h> | int close(int fd); | 关闭文件 |
241 | \#include <stdio.h> | int rename(const char \*oldpath, const …
242 | \#include <dirent.h> | DIR \*opendir(const char \*dirname); | 打开指…
243 | \#include <dirent.h> | int closedir(DIR \*dir); | 关闭指定目录 |
244 | \#include <sys/mount.h> | int mount(const char \*source, const&nbs…
245 | \#include <sys/mount.h> | int umount(const char \*target); | 卸载文件系统 |
246 | \#include <sys/mount.h> | int umount2(const char \*target, int&nbs…
247 | \#include <sys/stat.h> | int fsync(int fd); | 将与指定文件描述符关联的文件同步到存储设备 |
248 | \#include <sys/stat.h> | int mkdir(const char \*pathname, mode_t&n…
249 | \#include <unistd.h> | int rmdir(const char \*path); | 删除目录 |
250 | \#include <sys/stat.h> | int fstat(int fd, struct stat \*buf)…
251 | \#include <sys/statfs.h> | int statfs(const char \*path, struct&nb…
257 | \#include <sys/time.h> | int gettimeofday(struct timeval \*tv, str…
258 | \#include <time.h> | struct tm \*gmtime(const time_t \*timep); | 将…
259 | \#include <time.h> | struct tm \*localtime(const time_t \*timep); …
260 | \#include <time.h> | struct tm \*localtime_r(const time_t \*timep,…
261 | \#include <time.h> | time_t mktime(struct tm \*tm); | 将日期和时间转换为细分时间或ASC…
262 | \#include <time.h> | size_t strftime(char \*s, size_t max, co…
263 | \#include <time.h> | time_t time(time_t \*tloc); | 获得日历时间 |
264 | \#include <sys/times.h> | clock_t times(struct tms \*buf); | 获取线程时间 |
265 | \#include <unistd.h> | int usleep(useconds_t usec); | 休眠(微秒单位) |
266 | \#include <time.h> | int nanosleep(const struct timespec \*tspec1,…
267 | \#include <time.h> | int clock_gettime(clockid_t id, struct timesp…
268 | \#include <time.h> | int timer_create(clockid_t id, struct sigeven…
269 | \#include <time.h> | int timer_delete(timer_t t); | 为线程删除计时器 |
270 | \#include <time.h> | int timer_settime(timer_t t, int flags, …
271 | \#include <time.h> | time_t time (time_t \*t); | 获取时间 |
272 | \#include <time.h> | char \*strptime(const char \*s, const ch…
278 | \#include <stdlib.h> | int atoi(const char \*nptr); | 字符串转换整型(int) |
279 | \#include <stdlib.h> | long atol(const char \*nptr); | 字符串转换整型(long) |
280 | \#include <stdlib.h> | long long atoll(const char \*nptr); | 字符串转换…
281 | \#include <ctype.h> | int isalnum(int c); | 检查字母数字字符 |
282 | \#include <ctype.h> | int isascii(int c); | 检查ASCII |
283 | \#include <ctype.h> | int isdigit(int c); | 检查数字字符 |
284 | \#include <ctype.h> | int islower(int c); | 检查小写字符 |
285 | \#include <ctype.h> | int isprint(int c); | 检查任何可打印字符,包括空格 |
286 | \#include <ctype.h> | int isspace(int c); | 检查空格字符 |
287 | \#include <ctype.h> | int isupper(int c); | 检查所传的字符是否是大写字母 |
288 | \#include <ctype.h> | int isxdigit(int c); | 判断字符是否为十六进制数 |
289 | \#include <stdlib.h> | long int random (void); | 生成伪随机数 |
290 | \#include <stdlib.h> | void srandom(unsigned int seed); | 初始化随机数生成器 |
291 | \#include <ctype.h> | int tolower(int c); | 字母转换成小写 |
292 | \#include <ctype.h> | int toupper(int c); | 字母转换成大写 |
293 | \#include <stdarg.h> | type va_arg(va_list ap, type); | 获取可变参数的当前参数,返回指…
294 | \#include <stdarg.h> | void va_copy(va_list dest, va_list src); | …
295 | \#include <stdarg.h> | void va_end(va_list ap); | 清空va_list可变参数列表 |
296 | \#include <stdarg.h> | void va_start(va_list ap, last); | 定义变长参数列表的起始位置…
297 | \#include <string.h> | char \*strchr(const char \*s, int c); …
298 | \#include <string.h> | int strcmp(const char \*s1, const char…
299 | \#include <string.h> | size_t strcspn(const char \*s, const c…
300 | \#include <string.h> | char \*strdup(const char \*s); | 字符串拷贝到新建的位置处 |
301 | \#include <string.h> | size_t strlen(const char \*s); | 计算字符串长度 |
302 | \#include <strings.h> | int strncasecmp(const char \*s1, const&nbs…
303 | \#include <strings.h> | int strcasecmp(const char \*s1, const …
304 | \#include <string.h> | int strncmp(const char \*s1, const cha…
305 | \#include <string.h> | char \*strrchr(const char \*s, int c);…
306 | \#include <string.h> | char \*strstr(const char \*haystack, const&…
307 | \#include <stdlib.h> | long int strtol(const char \*nptr, cha…
308 | \#include <stdlib.h> | unsigned long int strtoul(const char \…
309 | \#include <stdlib.h> | unsigned long long int strtoull(const …
310 | \#include <regex.h> | int regcomp(regex_t \*preg, const char …
311 | \#include <regex.h> | int regexec(const regex_t \*preg, const …
312 | \#include <regex.h> | void regfree(regex_t \*preg); | 释放正则表达式 |
313 | \#include <string.h> | char \*strerror(int errnum); | 返回描述错误号的字符串 |
319 | \#include <stdlib.h> | int abs(int i); | 取绝对值 |
320 | \#include <math.h> | double log(double x); | 自然对数函数 |
321 | \#include <math.h> | double pow(double x, double y); | 求x的指数y次幂 |
322 | \#include <math.h> | double round(double x); | 从零开始,舍入到最接近的整数 |
323 | \#include <math.h> | double sqrt(double x); | 平方根 |
329 | \#include <stdio.h> | void clearerr(FILE \*stream); | 清除流的文件结尾和错误指示 |
330 | \#include <stdio.h> | int fclose(FILE \*stream); | 关闭文件流 |
331 | \#include <stdio.h> | FILE \*fdopen(int fd, const char \*mode…
332 | \#include <stdio.h> | int feof(FILE \*stream); | 检测返回文件末尾指示位 |
333 | \#include <stdio.h> | int fflush(FILE \*stream); | 刷新流 |
334 | \#include <stdio.h> | char \*fgets(char \*s, int size, FILE&n…
335 | \#include <stdio.h> | int fileno(FILE \*stream); | 返回流的文件描述符 |
336 | \#include <stdio.h> | FILE \*fopen(const char \*path, const c…
337 | \#include <stdio.h> | int fputs(const char \*s, FILE \*stream…
338 | \#include <stdio.h> | size_t fread(void \*ptr, size_t size, s…
339 | \#include <stdio.h> | int fseek(FILE \*stream, long offset, i…
340 | \#include <stdio.h> | long ftell(FILE \*stream); | 获取流指针的位置 |
341 | \#include <stdio.h> | size_t fwrite(const void \*ptr, size_t …
342 | \#include <stdio.h> | void perror(const char \*s); | 打印系统错误信息 |
343 | \#include <stdio.h> | void rewind(FILE \*stream); | 重新定位流 |
344 | \#include <unistd.h> | ssize_t write(int fd, const void \*buf…
345 | \#include <unistd.h> | ssize_t read(int fd, void \*buf, size_…
351 | \#include <sys/socket.h> | void freeaddrinfo(struct addrinfo \*res); | …
352 | \#include <sys/socket.h> | int getaddrinfo(const char \*restrict n…
353 | \#include <sys/socket.h> | int getnameinfo(const struct sockaddr \…
354 | \#include <net/if.h> | unsigned int if_nametoindex(const char \*if…
355 | \#include <arpa/inet.h> | in_addr_t inet_addr(const char \*cp); | 网络主机地…
356 | \#include <arpa/inet.h> | char \*inet_ntoa(struct in_addr in); | 网络主机地址…
357 | \#include <arpa/inet.h> | const char \*inet_ntop(int af, const&nbs…
358 | \#include <arpa/inet.h> | int inet_pton(int af, const char \*…
359 | \#include <sys/socket.h> | int listen(int sockfd, int backlog); | …
360 | \#include <sys/socket.h> | ssize_t recvmsg(int sockfd, struct msgh…
361 | \#include <sys/socket.h> | ssize_t send(int sockfd, const void&nbs…
362 | \#include <sys/socket.h> | ssize_t sendmsg(int sockfd, const struc…
363 | \#include <sys/socket.h> | ssize_t sendto(int sockfd, const void&n…
364 | \#include <sys/socket.h> | int setsockopt(int sockfd, int level,&n…
370 | \#include <string.h> | int memcmp(const void \*s1, const void…
371 | \#include <string.h> | void \*memcpy(void \*dest, const void …
372 | \#include <string.h> | void \*memset(void \*s, int c, size_t&…
373 | \#include <stdlib.h> | void \*realloc(void \*ptr, size_t size); | …
374 | \#include <stdlib.h> | void \*malloc(size_t size); | 动态分配内存块大小 |
375 | \#include <stdlib.h> | void free(void \*ptr); | 释放ptr所指向的内存空间 |
381 | \#include <semaphore.h> | int sem_timedwait(sem_t \*sem, const str…
382 | \#include <semaphore.h> | int sem_destroy(sem_t \*sem); | 销毁指定的无名信号量 |
383 | \#include <semaphore.h> | int sem_init(sem_t \*sem, int pshared<br…
384 | \#include <semaphore.h> | int sem_post(sem_t \*sem); | 增加信号量计数 |
385 | \#include <semaphore.h> | int sem_wait(sem_t \*sem); | 获取信号量 |
386 | \#include <mqueue.h> | mqd_t mq_open(const char \*mqName,<br/> int…
387 | \#include <mqueue.h> | int mq_close(mqd_t personal); | 此API用于关闭具有指定描述符的消息队列 |
388 | \#include <mqueue.h> | int mq_unlink(const char \*mqName); | 此API用于删除具有…
389 | \#include <mqueue.h> | int mq_send(mqd_t personal, const<br/> char…
390 | \#include <mqueue.h> | ssize_t mq_receive(mqd_t personal, char \*m…
391 | \#include <mqueue.h> | int mq_timedsend(mqd_t personal, const char…
392 | \#include <mqueue.h> | ssize_t mq_timedreceive(mqd_t personal, char<br/…
393 | \#include <mqueue.h> | int mq_setattr(mqd_t mqdes, const struct&nb…
394 | \#include <libc.h> | const char \*libc_get_version_string(void); | 获取libc版本字…
395 | \#include <libc.h> | int libc_get_version(void); | 获取libc版本号 |