aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-13 20:19:02 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-13 20:19:02 -0700
commit129525af21d069943bb062e69a2a174e01a2c0e4 (patch)
tree012e32fbb55b3a13e211b0010066523f518c2546 /common.h
parentc15975113ab80241c71dc6dfa41a470b232de4ce (diff)
cd's special autosuggestion was broken, now fixed. Also, there's some tests for it now.
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index ce8acb3d..019af2ca 100644
--- a/common.h
+++ b/common.h
@@ -721,6 +721,9 @@ double timef();
void set_main_thread();
bool is_main_thread();
+/** Configures thread assertions for testing */
+void configure_thread_assertions_for_testing();
+
/** Set up a guard to complain if we try to do certain things (like take a lock) after calling fork */
void setup_fork_guards(void);