Files
SingularityViewer/indra
Aleric Inglewood 2a9c48d8d3 Add debug function 'is_single_threaded'
Usage:

AIThreadID foo(AIThreadID::none);

...

  llassert(is_single_threaded(foo));
...
  llassert(is_single_threaded(foo));
...
etc

The first call to is_single_threaded(foo) remembers the thread,
and after that it is enforced that any call from anywhere that uses foo
is done by the same thread.

If AIThreadID::none is omitted then the thread is enforced to the thread
that creates the AIThreadID.
2013-04-30 20:22:38 +02:00
..
2013-04-23 21:37:22 +02:00
2012-07-04 10:25:04 +00:00
2013-04-23 03:16:31 +02:00
2013-03-05 12:24:51 -05:00
2012-12-09 02:10:16 +01:00
2013-04-12 20:55:54 +02:00
2013-03-04 03:31:24 -05:00
2013-03-05 12:24:51 -05:00
2013-03-24 23:20:40 -05:00
2013-03-04 12:02:01 -05:00
2013-03-05 12:24:51 -05:00