File: ThreadImpl.inc

package info (click to toggle)
skypat 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: cpp: 2,545; makefile: 220; ansic: 78; sh: 67
file content (16 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//===- QThreadImpl.cpp ----------------------------------------------------===//
//
//                              The SkyPat team
//
// This file is distributed under the New BSD License.
// See LICENSE for details.
//
//===----------------------------------------------------------------------===//
#include <skymizer/Thread/ThreadImpl.h>

using namespace skymizer;

//===----------------------------------------------------------------------===//
// QThreadImpl - Quick Thread
//===----------------------------------------------------------------------===//