File: tclUnixThrd.h

package info (click to toggle)
tcl8.6 8.6.13%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 34,044 kB
  • sloc: ansic: 194,439; tcl: 20,048; makefile: 2,985; sh: 2,573; ada: 1,681; pascal: 1,139; cpp: 1,001; yacc: 912; cs: 879; asm: 468; perl: 104; xml: 95
file content (19 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * tclUnixThrd.h --
 *
 *      This header file defines things for thread support.
 *
 * Copyright (c) 1998 Sun Microsystems, Inc.
 *
 * See the file "license.terms" for information on usage and redistribution
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 */

#ifndef _TCLUNIXTHRD
#define _TCLUNIXTHRD

#ifdef TCL_THREADS


#endif /* TCL_THREADS */
#endif /* _TCLUNIXTHRD */