代码搜索:pThread

找到约 7,828 项符合「pThread」的源代码

代码结果 7,828
www.eeworm.com/read/470917/1438828

s pthread_rwlock_timedwrlock.s

/* Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under th
www.eeworm.com/read/470917/1438829

s pthread_barrier_wait.s

/* Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/470917/1438832

c pthread_attr_getaffinity.c

/* Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2003. The GNU C Library is free softwar
www.eeworm.com/read/470917/1438869

sym pthread-pi-defines.sym

#include -- These PI macros are used by assembly code. MUTEX_KIND offsetof (pthread_mutex_t, __data.__kind) PI_BIT PTHREAD_MUTEX_PRIO_INHERIT_NP PS_BIT PTHREAD_MUTEX_PSHARED_BIT
www.eeworm.com/read/470917/1438881

c pthread_attr_setstacksize.c

#include /* For __getpagesize. */ #define NEW_VERNUM GLIBC_2_6 #define STACKSIZE_ADJUST \ do { \ size_t ps = __getpagesize (); \ if (stacksize < 2 * ps)
www.eeworm.com/read/470917/1438886

c pthread_spin_unlock.c

/* pthread_spin_unlock -- unlock a spin lock. PowerPC version. Copyright (C) 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software;
www.eeworm.com/read/470917/1438901

c pthread_attr_setstack.c

#define NEW_VERNUM GLIBC_2_6 #include
www.eeworm.com/read/470917/1438927

c libc_pthread_init.c

/* Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2002. The GNU C Libra
www.eeworm.com/read/470917/1438944

c pthread_attr_setaffinity.c

/* Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2003. The GNU C Library is free s
www.eeworm.com/read/470917/1438949

s pthread_spin_unlock.s

#include