say related stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3807 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-12-22 22:33:48 +00:00
parent 592c8348c2
commit da7f28effb
3 changed files with 214 additions and 32 deletions
+3
View File
@@ -262,6 +262,9 @@ typedef apr_os_thread_t switch_thread_id_t;
#define switch_thread_data_set apr_thread_data_set
#define switch_thread_data_get apr_thread_data_get
#define switch_thread_self apr_os_thread_current
#define switch_time_make(sec, usec) ((apr_time_t)(sec) * APR_USEC_PER_SEC \
+ (apr_time_t)(usec))
/**
* Put the active calling thread to sleep until signaled to wake up. Each