Deleted Added
full compact
thr_private.h (160287) thr_private.h (161068)
1/*
2 * Copyright (C) 2005 Daniel M. Eischen <deischen@freebsd.org>
3 * Copyright (c) 2005 David Xu <davidxu@freebsd.org>
4 * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>.
5 *
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
1/*
2 * Copyright (C) 2005 Daniel M. Eischen <deischen@freebsd.org>
3 * Copyright (c) 2005 David Xu <davidxu@freebsd.org>
4 * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>.
5 *
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
29 * $FreeBSD: head/lib/libthr/thread/thr_private.h 160287 2006-07-12 06:13:18Z davidxu $
29 * $FreeBSD: head/lib/libthr/thread/thr_private.h 161068 2006-08-08 04:42:41Z davidxu $
30 */
31
32#ifndef _THR_PRIVATE_H
33#define _THR_PRIVATE_H
34
35/*
36 * Include files.
37 */

--- 545 unchanged lines hidden (view full) ---

583extern struct pthread_mutex_attr _pthread_mutexattr_default __hidden;
584
585/* Default condition variable attributes: */
586extern struct pthread_cond_attr _pthread_condattr_default __hidden;
587
588extern struct pthread_prio _thr_priorities[] __hidden;
589
590extern pid_t _thr_pid __hidden;
30 */
31
32#ifndef _THR_PRIVATE_H
33#define _THR_PRIVATE_H
34
35/*
36 * Include files.
37 */

--- 545 unchanged lines hidden (view full) ---

583extern struct pthread_mutex_attr _pthread_mutexattr_default __hidden;
584
585/* Default condition variable attributes: */
586extern struct pthread_cond_attr _pthread_condattr_default __hidden;
587
588extern struct pthread_prio _thr_priorities[] __hidden;
589
590extern pid_t _thr_pid __hidden;
591extern int _thr_smp_cpus __hidden;
592
591extern size_t _thr_guard_default __hidden;
592extern size_t _thr_stack_default __hidden;
593extern size_t _thr_stack_initial __hidden;
594extern int _thr_page_size __hidden;
595/* Garbage thread count. */
596extern int _gc_count __hidden;
597
598extern umtx_t _mutex_static_lock __hidden;

--- 115 unchanged lines hidden ---
593extern size_t _thr_guard_default __hidden;
594extern size_t _thr_stack_default __hidden;
595extern size_t _thr_stack_initial __hidden;
596extern int _thr_page_size __hidden;
597/* Garbage thread count. */
598extern int _gc_count __hidden;
599
600extern umtx_t _mutex_static_lock __hidden;

--- 115 unchanged lines hidden ---