diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-15 14:56:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-15 14:56:42 +0100 |
| commit | 8e96f8c1677146d224438ec040982532879d6c34 (patch) | |
| tree | 9326d2610eaa8c8173037e20cf0d41fe8ded5e22 /src/lib/cross.cc | |
| parent | 385c33e658479ebc1f6975efc5662ba7acd2877d (diff) | |
compose/raw_convert fiddling.
Diffstat (limited to 'src/lib/cross.cc')
| -rw-r--r-- | src/lib/cross.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 799607098..b33fa80ac 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -396,3 +396,9 @@ start_batch_converter (boost::filesystem::path dcpomatic) CreateProcess (0, cmd, 0, 0, FALSE, 0, 0, 0, &startup_info, &process_info); #endif } + +int +thread_id () +{ + return (int) pthread_self (); +} |
