代码搜索:Pthread
找到约 7,828 项符合「Pthread」的源代码
代码结果 7,828
www.eeworm.com/read/367182/2850550
c pthread_spin_lock.c
/* Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek , 2003.
The GNU C Library is free software; you ca
www.eeworm.com/read/367182/2850555
s pthread_spin_unlock.s
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper , 2002.
The GNU C Library is free softwar
www.eeworm.com/read/367182/2850558
s pthread_spin_trylock.s
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper , 2002.
The GNU C Library is free softwar
www.eeworm.com/read/366702/2880986
c pthread-init-2.c
/* Various Solaris versions have been known to have problems with the
* pthread initialization macros when __STDC__ is defined.
*
* Origin: Kaveh Ghazi (ghazi@caip.rutgers.edu) 9/27/2006.
*/
/* {
www.eeworm.com/read/366702/2881185
h pthread-init-common.h
/*
* Common code for the pthread-init-*.c tests.
*
* Origin: Kaveh Ghazi (ghazi@caip.rutgers.edu) 9/27/2006.
*/
#define _GNU_SOURCE
#include
#define UNUSED __attribute__ ((__unused_
www.eeworm.com/read/366702/2883869
c pthread-init-1.c
/* Ensure we get clean warning results when using the pthread
* initialization macros.
*
* Origin: Kaveh Ghazi (ghazi@caip.rutgers.edu) 9/27/2006.
*/
/* { dg-do compile } */
/* { dg-require-effec