Deleted Added
full compact
thread_pool_impl.h (265689) thread_pool_impl.h (266612)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

20 */
21
22/*
23 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27/*
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

20 */
21
22/*
23 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27/*
28 * $FreeBSD: head/cddl/compat/opensolaris/misc/thread_pool_impl.h 265689 2014-05-08 16:59:36Z mav $
28 * $FreeBSD: stable/10/cddl/compat/opensolaris/misc/thread_pool_impl.h 266612 2014-05-24 10:44:40Z mav $
29 */
30
31#ifndef _THREAD_POOL_IMPL_H
32#define _THREAD_POOL_IMPL_H
33
34#pragma ident "%Z%%M% %I% %E% SMI"
35
36#include <thread_pool.h>

--- 63 unchanged lines hidden ---
29 */
30
31#ifndef _THREAD_POOL_IMPL_H
32#define _THREAD_POOL_IMPL_H
33
34#pragma ident "%Z%%M% %I% %E% SMI"
35
36#include <thread_pool.h>

--- 63 unchanged lines hidden ---