Update API doc

This commit is contained in:
NIIBE Yutaka
2015-09-09 17:06:51 +09:00
parent 79b13fb4a9
commit acd4460a6e

View File

@@ -30,7 +30,7 @@ and it runs with that priority until this routine will is called.
@var{arg}: Argument to the thread entry function
Create a thread.
Create a thread. Returns thread ID.
@end deftypefun
@subheading chopstx_usec_wait_var
@@ -199,3 +199,13 @@ No return value. If the thread is canceled, this function
does not return.
@end deftypefun
@subheading chopstx_setcancelstate
@anchor{chopstx_setcancelstate}
@deftypefun {int} {chopstx_setcancelstate} (int @var{cancel_disable})
@var{cancel_disable}: 0 to enable cancelation, otherwise disabled.
Calling chopstx_setcancelstate sets cancelability state.
Returns old state which is 0 when it was enabled.
@end deftypefun