File: threads.h

package info (click to toggle)
dlib 20.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 293,056 kB
  • sloc: cpp: 331,568; xml: 27,095; python: 1,631; sh: 290; java: 229; makefile: 179; javascript: 73; perl: 18
file content (28 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Copyright (C) 2003  Davis E. King (davis@dlib.net)
// License: Boost Software License   See LICENSE.txt for the full license.

#ifdef DLIB_ALL_SOURCE_END
#include "dlib_basic_cpp_build_tutorial.txt"
#endif

#ifndef DLIB_THREADs_
#define DLIB_THREADs_

#include "threads/threads_kernel.h"

#include "threads/auto_mutex_extension.h"
#include "threads/auto_unlock_extension.h"
#include "threads/create_new_thread_extension.h"
#include "threads/multithreaded_object_extension.h"
#include "threads/rmutex_extension.h"
#include "threads/rsignaler_extension.h"
#include "threads/threaded_object_extension.h"
#include "threads/thread_specific_data_extension.h"
#include "threads/thread_function_extension.h"
#include "threads/thread_pool_extension.h"
#include "threads/read_write_mutex_extension.h"
#include "threads/parallel_for_extension.h"
#include "threads/async.h"

#endif // DLIB_THREADs_