mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Removed unused thread arg in cothreads functions
Original commit message from CVS: Removed unused thread arg in cothreads functions
This commit is contained in:
parent
1ac723870e
commit
53b59e402d
1 changed files with 0 additions and 22 deletions
|
@ -100,8 +100,6 @@ Indicates the cothread is destroyed.
|
|||
|
||||
@cothread:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@thread:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cothread_set_private ##### -->
|
||||
|
@ -111,8 +109,6 @@ Indicates the cothread is destroyed.
|
|||
|
||||
@cothread:
|
||||
@data:
|
||||
<!-- # Unused Parameters # -->
|
||||
@thread:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cothread_create ##### -->
|
||||
|
@ -130,8 +126,6 @@ Indicates the cothread is destroyed.
|
|||
</para>
|
||||
|
||||
@cothread:
|
||||
<!-- # Unused Parameters # -->
|
||||
@thread:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cothread_setfunc ##### -->
|
||||
|
@ -143,8 +137,6 @@ Indicates the cothread is destroyed.
|
|||
@func:
|
||||
@argc:
|
||||
@argv:
|
||||
<!-- # Unused Parameters # -->
|
||||
@thread:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cothread_stop ##### -->
|
||||
|
@ -153,8 +145,6 @@ Indicates the cothread is destroyed.
|
|||
</para>
|
||||
|
||||
@cothread:
|
||||
<!-- # Unused Parameters # -->
|
||||
@thread:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cothread_switch ##### -->
|
||||
|
@ -163,8 +153,6 @@ Indicates the cothread is destroyed.
|
|||
</para>
|
||||
|
||||
@cothread:
|
||||
<!-- # Unused Parameters # -->
|
||||
@thread:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cothread_context_get_data ##### -->
|
||||
|
@ -175,8 +163,6 @@ Indicates the cothread is destroyed.
|
|||
@cothread:
|
||||
@key:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@thread:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cothread_context_set_data ##### -->
|
||||
|
@ -187,8 +173,6 @@ Indicates the cothread is destroyed.
|
|||
@cothread:
|
||||
@key:
|
||||
@data:
|
||||
<!-- # Unused Parameters # -->
|
||||
@thread:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cothread_lock ##### -->
|
||||
|
@ -197,8 +181,6 @@ Indicates the cothread is destroyed.
|
|||
</para>
|
||||
|
||||
@cothread:
|
||||
<!-- # Unused Parameters # -->
|
||||
@thread:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cothread_trylock ##### -->
|
||||
|
@ -208,8 +190,6 @@ Indicates the cothread is destroyed.
|
|||
|
||||
@cothread:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@thread:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cothread_unlock ##### -->
|
||||
|
@ -218,8 +198,6 @@ Indicates the cothread is destroyed.
|
|||
</para>
|
||||
|
||||
@cothread:
|
||||
<!-- # Unused Parameters # -->
|
||||
@thread:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION cothread_main ##### -->
|
||||
|
|
Loading…
Reference in a new issue