$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [inteprocess] timed_lock absolute time
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-12-29 17:50:25
El 27/12/2011 2:17, Edward Diener escribió:
> Is the "absolute time" mentioned when using a mutex and timed_lock a
> local time or a UTC time ? I am guessing a local time but I just want to
> make sure.
If you see code, it's universal_time() (UTC)
Ion