Removed unused thread arg in cothreads functions

Original commit message from CVS:
Removed unused thread arg in cothreads functions
This commit is contained in:
Wim Taymans 2002-12-14 16:23:58 +00:00
parent 1ac723870e
commit 53b59e402d

View file

@ -100,8 +100,6 @@ Indicates the cothread is destroyed.
@cothread: @cothread:
@Returns: @Returns:
<!-- # Unused Parameters # -->
@thread:
<!-- ##### FUNCTION cothread_set_private ##### --> <!-- ##### FUNCTION cothread_set_private ##### -->
@ -111,8 +109,6 @@ Indicates the cothread is destroyed.
@cothread: @cothread:
@data: @data:
<!-- # Unused Parameters # -->
@thread:
<!-- ##### FUNCTION cothread_create ##### --> <!-- ##### FUNCTION cothread_create ##### -->
@ -130,8 +126,6 @@ Indicates the cothread is destroyed.
</para> </para>
@cothread: @cothread:
<!-- # Unused Parameters # -->
@thread:
<!-- ##### FUNCTION cothread_setfunc ##### --> <!-- ##### FUNCTION cothread_setfunc ##### -->
@ -143,8 +137,6 @@ Indicates the cothread is destroyed.
@func: @func:
@argc: @argc:
@argv: @argv:
<!-- # Unused Parameters # -->
@thread:
<!-- ##### FUNCTION cothread_stop ##### --> <!-- ##### FUNCTION cothread_stop ##### -->
@ -153,8 +145,6 @@ Indicates the cothread is destroyed.
</para> </para>
@cothread: @cothread:
<!-- # Unused Parameters # -->
@thread:
<!-- ##### FUNCTION cothread_switch ##### --> <!-- ##### FUNCTION cothread_switch ##### -->
@ -163,8 +153,6 @@ Indicates the cothread is destroyed.
</para> </para>
@cothread: @cothread:
<!-- # Unused Parameters # -->
@thread:
<!-- ##### FUNCTION cothread_context_get_data ##### --> <!-- ##### FUNCTION cothread_context_get_data ##### -->
@ -175,8 +163,6 @@ Indicates the cothread is destroyed.
@cothread: @cothread:
@key: @key:
@Returns: @Returns:
<!-- # Unused Parameters # -->
@thread:
<!-- ##### FUNCTION cothread_context_set_data ##### --> <!-- ##### FUNCTION cothread_context_set_data ##### -->
@ -187,8 +173,6 @@ Indicates the cothread is destroyed.
@cothread: @cothread:
@key: @key:
@data: @data:
<!-- # Unused Parameters # -->
@thread:
<!-- ##### FUNCTION cothread_lock ##### --> <!-- ##### FUNCTION cothread_lock ##### -->
@ -197,8 +181,6 @@ Indicates the cothread is destroyed.
</para> </para>
@cothread: @cothread:
<!-- # Unused Parameters # -->
@thread:
<!-- ##### FUNCTION cothread_trylock ##### --> <!-- ##### FUNCTION cothread_trylock ##### -->
@ -208,8 +190,6 @@ Indicates the cothread is destroyed.
@cothread: @cothread:
@Returns: @Returns:
<!-- # Unused Parameters # -->
@thread:
<!-- ##### FUNCTION cothread_unlock ##### --> <!-- ##### FUNCTION cothread_unlock ##### -->
@ -218,8 +198,6 @@ Indicates the cothread is destroyed.
</para> </para>
@cothread: @cothread:
<!-- # Unused Parameters # -->
@thread:
<!-- ##### FUNCTION cothread_main ##### --> <!-- ##### FUNCTION cothread_main ##### -->