diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-31 15:17:38 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-31 15:18:10 +0900 |
commit | c79a41870a9d473947adb1d2fbc6687b59b9c31b (patch) | |
tree | 6d199ade36b36a3888292cb846e868a429b236d3 /doc | |
parent | 4889a5386b8c8111a417a655450c0875aababf0a (diff) |
Version 0.12release/0.12
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chopstx-api.texi | 27 | ||||
-rw-r--r-- | doc/chopstx.texi | 2 |
2 files changed, 2 insertions, 27 deletions
diff --git a/doc/chopstx-api.texi b/doc/chopstx-api.texi index 17b2de8..1bfeaf3 100644 --- a/doc/chopstx-api.texi +++ b/doc/chopstx-api.texi @@ -23,17 +23,6 @@ stop further execution of code. It never returns. Create a thread. Returns thread ID. @end deftypefun -@subheading chopstx_usec_wait_var -@anchor{chopstx_usec_wait_var} -@deftypefun {void} {chopstx_usec_wait_var} (uint32_t * @var{var}) -@var{var}: Pointer to usec - -Sleep for micro seconds, specified by @var{var}. -Another thread can clear @var{var} to stop the caller going into sleep. - -This function is DEPRECATED. Please use chopstx_poll. -@end deftypefun - @subheading chopstx_usec_wait @anchor{chopstx_usec_wait} @deftypefun {void} {chopstx_usec_wait} (uint32_t @var{usec}) @@ -107,7 +96,7 @@ Wake up all threads waiting on @var{cond}. @var{irq_num}: IRQ Number (hardware specific) -Claim interrupt @var{intr} with @var{irq_num} for this thread. +Claim interrupt @var{intr} with @var{irq_num} @end deftypefun @subheading chopstx_intr_wait @@ -116,8 +105,6 @@ Claim interrupt @var{intr} with @var{irq_num} for this thread. @var{intr}: Pointer to INTR structure Wait for the interrupt @var{intr} to be occured. - -This function is DEPRECATED. Please use chopstx_poll. @end deftypefun @subheading chopstx_cleanup_push @@ -159,18 +146,6 @@ Waits for the thread of @var{thd} to terminate. Returns 0 on success, 1 when waiting is interrupted. @end deftypefun -@subheading chopstx_wakeup_usec_wait -@anchor{chopstx_wakeup_usec_wait} -@deftypefun {void} {chopstx_wakeup_usec_wait} (chopstx_t @var{thd}) -@var{thd}: Thread to be awakened - -Canceling the timer, wake up the sleeping thread. -No return value. - -This function is DEPRECATED. Please use chopstx_cond_signal, -where sleeping process calls chopstx_poll. -@end deftypefun - @subheading chopstx_cancel @anchor{chopstx_cancel} @deftypefun {void} {chopstx_cancel} (chopstx_t @var{thd}) diff --git a/doc/chopstx.texi b/doc/chopstx.texi index 3315c82..05c5e7f 100644 --- a/doc/chopstx.texi +++ b/doc/chopstx.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename chopstx.info -@set VERSION 0.11 +@set VERSION 0.12 @settitle Chopstx Reference Manual @c Unify some of the indices. @syncodeindex tp fn |