2019-04-22 10:21:17 +10:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2016-01-07 16:06:06 +00:00
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2019-04-22 10:21:17 +10:00
< meta name = "generator" content = "Doxygen 1.8.15" / >
2018-07-26 20:52:03 +10:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > wut: Thread Queue< / title >
2016-01-07 16:06:06 +00:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
2018-07-26 20:52:03 +10:00
< div id = "projectname" > wut
2019-04-22 10:21:17 +10:00
  < span id = "projectnumber" > 1.0.0-beta8< / span >
2016-01-07 16:06:06 +00:00
< / div >
< div id = "projectbrief" > Wii U Toolchain< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2019-04-22 10:21:17 +10:00
<!-- Generated by Doxygen 1.8.15 -->
2016-01-07 16:06:06 +00:00
< script type = "text/javascript" >
2018-07-26 20:52:03 +10:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2016-01-07 16:06:06 +00:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2018-07-26 20:52:03 +10:00
/* @license-end */
2016-01-07 16:06:06 +00:00
< / script >
2018-07-26 20:52:03 +10:00
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
2016-01-07 16:06:06 +00:00
< / div > <!-- top -->
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Data Structures< / a > |
< a href = "#typedef-members" > Typedefs< / a > |
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
2016-01-07 16:14:21 +00:00
< div class = "title" > Thread Queue< div class = "ingroups" > < a class = "el" href = "group__coreinit.html" > coreinit< / a > < / div > < / div > < / div >
2016-01-07 16:06:06 +00:00
< / div > <!-- header -->
< div class = "contents" >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Data Structures< / h2 > < / td > < / tr >
2018-07-26 20:52:03 +10:00
< tr class = "memitem:structOSThreadLink" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__coreinit__threadq.html#structOSThreadLink" > OSThreadLink< / a > < / td > < / tr >
< tr class = "separator:structOSThreadLink" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:structOSThreadQueue" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__coreinit__threadq.html#structOSThreadQueue" > OSThreadQueue< / a > < / td > < / tr >
< tr class = "separator:structOSThreadQueue" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:structOSThreadSimpleQueue" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__coreinit__threadq.html#structOSThreadSimpleQueue" > OSThreadSimpleQueue< / a > < / td > < / tr >
< tr class = "separator:structOSThreadSimpleQueue" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-01-07 16:06:06 +00:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "typedef-members" > < / a >
Typedefs< / h2 > < / td > < / tr >
2019-04-22 10:21:17 +10:00
< tr class = "memitem:ga21cc46877b04baece01ef544fa06a906" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "group__coreinit__mutex.html#ga21cc46877b04baece01ef544fa06a906" > OSThread< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__coreinit__threadq.html#ga21cc46877b04baece01ef544fa06a906" > OSThread< / a > < / td > < / tr >
2016-01-07 16:06:06 +00:00
< tr class = "separator:ga21cc46877b04baece01ef544fa06a906" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-07-26 20:52:03 +10:00
< tr class = "memitem:ga1941f875daf93a386051ed5cfcefff6b" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "group__coreinit__threadq.html#structOSThreadLink" > OSThreadLink< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__coreinit__threadq.html#ga1941f875daf93a386051ed5cfcefff6b" > OSThreadLink< / a > < / td > < / tr >
2016-01-07 16:06:06 +00:00
< tr class = "separator:ga1941f875daf93a386051ed5cfcefff6b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-07-26 20:52:03 +10:00
< tr class = "memitem:ga78ce8892d339eb36ea9f2ada0b400119" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "group__coreinit__threadq.html#structOSThreadQueue" > OSThreadQueue< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__coreinit__threadq.html#ga78ce8892d339eb36ea9f2ada0b400119" > OSThreadQueue< / a > < / td > < / tr >
2016-01-07 16:06:06 +00:00
< tr class = "separator:ga78ce8892d339eb36ea9f2ada0b400119" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-07-26 20:52:03 +10:00
< tr class = "memitem:gae008883a415b6eaca2c7635960fe7fd8" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "group__coreinit__threadq.html#structOSThreadSimpleQueue" > OSThreadSimpleQueue< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__coreinit__threadq.html#gae008883a415b6eaca2c7635960fe7fd8" > OSThreadSimpleQueue< / a > < / td > < / tr >
2016-01-07 16:06:06 +00:00
< tr class = "separator:gae008883a415b6eaca2c7635960fe7fd8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
2018-07-26 20:52:03 +10:00
< tr class = "memitem:ga9e24384a0b5c23564ecc3bd579b36c72" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__coreinit__threadq.html#ga9e24384a0b5c23564ecc3bd579b36c72" > OSInitThreadQueue< / a > (< a class = "el" href = "group__coreinit__threadq.html#structOSThreadQueue" > OSThreadQueue< / a > *queue)< / td > < / tr >
2016-01-07 16:06:06 +00:00
< tr class = "separator:ga9e24384a0b5c23564ecc3bd579b36c72" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-07-26 20:52:03 +10:00
< tr class = "memitem:ga931797e96666028f05a637ef5a83a1ee" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__coreinit__threadq.html#ga931797e96666028f05a637ef5a83a1ee" > OSInitThreadQueueEx< / a > (< a class = "el" href = "group__coreinit__threadq.html#structOSThreadQueue" > OSThreadQueue< / a > *queue, void *parent)< / td > < / tr >
2016-01-07 16:06:06 +00:00
< tr class = "separator:ga931797e96666028f05a637ef5a83a1ee" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2018-07-26 20:52:03 +10:00
< hr / > < h2 class = "groupheader" > Data Structure Documentation< / h2 >
< a name = "structOSThreadLink" id = "structOSThreadLink" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#structOSThreadLink" > ◆ < / a > < / span > OSThreadLink< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > struct OSThreadLink< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "threadqueue_8h_source.html#l00020" > 20< / a > of file < a class = "el" href = "threadqueue_8h_source.html" > threadqueue.h< / a > .< / p >
< / div > < table class = "fieldtable" >
< tr > < th colspan = "3" > Data Fields< / th > < / tr >
< tr > < td class = "fieldtype" >
2019-04-22 10:21:17 +10:00
< a id = "a6699d433816206dea049bbaa71ab6779" > < / a > < a class = "el" href = "group__coreinit__mutex.html#ga21cc46877b04baece01ef544fa06a906" > OSThread< / a > *< / td >
2018-07-26 20:52:03 +10:00
< td class = "fieldname" >
prev< / td >
< td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldtype" >
2019-04-22 10:21:17 +10:00
< a id = "a5742d6f89bb20b70b4b59fb1f8cedd0b" > < / a > < a class = "el" href = "group__coreinit__mutex.html#ga21cc46877b04baece01ef544fa06a906" > OSThread< / a > *< / td >
2018-07-26 20:52:03 +10:00
< td class = "fieldname" >
next< / td >
< td class = "fielddoc" >
< / td > < / tr >
< / table >
< / div >
< / div >
< a name = "structOSThreadQueue" id = "structOSThreadQueue" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#structOSThreadQueue" > ◆ < / a > < / span > OSThreadQueue< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > struct OSThreadQueue< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "threadqueue_8h_source.html#l00029" > 29< / a > of file < a class = "el" href = "threadqueue_8h_source.html" > threadqueue.h< / a > .< / p >
< / div > < table class = "fieldtable" >
< tr > < th colspan = "3" > Data Fields< / th > < / tr >
< tr > < td class = "fieldtype" >
2019-04-22 10:21:17 +10:00
< a id = "a5d78dbf3cccb8bea6b04342daa52614f" > < / a > < a class = "el" href = "group__coreinit__mutex.html#ga21cc46877b04baece01ef544fa06a906" > OSThread< / a > *< / td >
2018-07-26 20:52:03 +10:00
< td class = "fieldname" >
head< / td >
< td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldtype" >
2019-04-22 10:21:17 +10:00
< a id = "a76b0d9eddccc823e4d3a7d69ceedc95f" > < / a > < a class = "el" href = "group__coreinit__mutex.html#ga21cc46877b04baece01ef544fa06a906" > OSThread< / a > *< / td >
2018-07-26 20:52:03 +10:00
< td class = "fieldname" >
tail< / td >
< td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldtype" >
< a id = "a5f450b216725a37cbc0acd54340144d9" > < / a > void *< / td >
< td class = "fieldname" >
parent< / td >
< td class = "fielddoc" >
< / td > < / tr >
< / table >
< / div >
< / div >
< a name = "structOSThreadSimpleQueue" id = "structOSThreadSimpleQueue" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#structOSThreadSimpleQueue" > ◆ < / a > < / span > OSThreadSimpleQueue< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > struct OSThreadSimpleQueue< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "threadqueue_8h_source.html#l00041" > 41< / a > of file < a class = "el" href = "threadqueue_8h_source.html" > threadqueue.h< / a > .< / p >
< / div > < table class = "fieldtable" >
< tr > < th colspan = "3" > Data Fields< / th > < / tr >
< tr > < td class = "fieldtype" >
2019-04-22 10:21:17 +10:00
< a id = "a5d78dbf3cccb8bea6b04342daa52614f" > < / a > < a class = "el" href = "group__coreinit__mutex.html#ga21cc46877b04baece01ef544fa06a906" > OSThread< / a > *< / td >
2018-07-26 20:52:03 +10:00
< td class = "fieldname" >
head< / td >
< td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldtype" >
2019-04-22 10:21:17 +10:00
< a id = "a76b0d9eddccc823e4d3a7d69ceedc95f" > < / a > < a class = "el" href = "group__coreinit__mutex.html#ga21cc46877b04baece01ef544fa06a906" > OSThread< / a > *< / td >
2018-07-26 20:52:03 +10:00
< td class = "fieldname" >
tail< / td >
< td class = "fielddoc" >
< / td > < / tr >
< / table >
< / div >
< / div >
2016-01-07 16:06:06 +00:00
< h2 class = "groupheader" > Typedef Documentation< / h2 >
2018-07-26 20:52:03 +10:00
< a id = "ga21cc46877b04baece01ef544fa06a906" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga21cc46877b04baece01ef544fa06a906" > ◆ < / a > < / span > OSThread< / h2 >
2016-01-07 16:06:06 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-04-22 10:21:17 +10:00
< td class = "memname" > typedef struct < a class = "el" href = "group__coreinit__mutex.html#ga21cc46877b04baece01ef544fa06a906" > OSThread< / a > < a class = "el" href = "group__coreinit__mutex.html#ga21cc46877b04baece01ef544fa06a906" > OSThread< / a > < / td >
2016-01-07 16:06:06 +00:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-07-26 20:52:03 +10:00
< p class = "definition" > Definition at line < a class = "el" href = "threadqueue_8h_source.html#l00014" > 14< / a > of file < a class = "el" href = "threadqueue_8h_source.html" > threadqueue.h< / a > .< / p >
2016-01-07 16:06:06 +00:00
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "ga1941f875daf93a386051ed5cfcefff6b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga1941f875daf93a386051ed5cfcefff6b" > ◆ < / a > < / span > OSThreadLink< / h2 >
2016-01-07 16:06:06 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2018-07-26 20:52:03 +10:00
< td class = "memname" > typedef struct < a class = "el" href = "group__coreinit__threadq.html#structOSThreadLink" > OSThreadLink< / a > < a class = "el" href = "group__coreinit__threadq.html#structOSThreadLink" > OSThreadLink< / a > < / td >
2016-01-07 16:06:06 +00:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-07-26 20:52:03 +10:00
< p class = "definition" > Definition at line < a class = "el" href = "threadqueue_8h_source.html#l00016" > 16< / a > of file < a class = "el" href = "threadqueue_8h_source.html" > threadqueue.h< / a > .< / p >
2016-01-07 16:06:06 +00:00
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "ga78ce8892d339eb36ea9f2ada0b400119" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga78ce8892d339eb36ea9f2ada0b400119" > ◆ < / a > < / span > OSThreadQueue< / h2 >
2016-01-07 16:06:06 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2018-07-26 20:52:03 +10:00
< td class = "memname" > typedef struct < a class = "el" href = "group__coreinit__threadq.html#structOSThreadQueue" > OSThreadQueue< / a > < a class = "el" href = "group__coreinit__threadq.html#structOSThreadQueue" > OSThreadQueue< / a > < / td >
2016-01-07 16:06:06 +00:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-07-26 20:52:03 +10:00
< p class = "definition" > Definition at line < a class = "el" href = "threadqueue_8h_source.html#l00017" > 17< / a > of file < a class = "el" href = "threadqueue_8h_source.html" > threadqueue.h< / a > .< / p >
2016-01-07 16:06:06 +00:00
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "gae008883a415b6eaca2c7635960fe7fd8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#gae008883a415b6eaca2c7635960fe7fd8" > ◆ < / a > < / span > OSThreadSimpleQueue< / h2 >
2016-01-07 16:06:06 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2018-07-26 20:52:03 +10:00
< td class = "memname" > typedef struct < a class = "el" href = "group__coreinit__threadq.html#structOSThreadSimpleQueue" > OSThreadSimpleQueue< / a > < a class = "el" href = "group__coreinit__threadq.html#structOSThreadSimpleQueue" > OSThreadSimpleQueue< / a > < / td >
2016-01-07 16:06:06 +00:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-07-26 20:52:03 +10:00
< p class = "definition" > Definition at line < a class = "el" href = "threadqueue_8h_source.html#l00018" > 18< / a > of file < a class = "el" href = "threadqueue_8h_source.html" > threadqueue.h< / a > .< / p >
2016-01-07 16:06:06 +00:00
< / div >
< / div >
< h2 class = "groupheader" > Function Documentation< / h2 >
2018-07-26 20:52:03 +10:00
< a id = "ga9e24384a0b5c23564ecc3bd579b36c72" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga9e24384a0b5c23564ecc3bd579b36c72" > ◆ < / a > < / span > OSInitThreadQueue()< / h2 >
2016-01-07 16:06:06 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void OSInitThreadQueue < / td >
< td > (< / td >
2018-07-26 20:52:03 +10:00
< td class = "paramtype" > < a class = "el" href = "group__coreinit__threadq.html#structOSThreadQueue" > OSThreadQueue< / a > *  < / td >
2016-01-07 16:06:06 +00:00
< td class = "paramname" > < em > queue< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2018-07-26 20:52:03 +10:00
< a id = "ga931797e96666028f05a637ef5a83a1ee" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ga931797e96666028f05a637ef5a83a1ee" > ◆ < / a > < / span > OSInitThreadQueueEx()< / h2 >
2016-01-07 16:06:06 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void OSInitThreadQueueEx < / td >
< td > (< / td >
2018-07-26 20:52:03 +10:00
< td class = "paramtype" > < a class = "el" href = "group__coreinit__threadq.html#structOSThreadQueue" > OSThreadQueue< / a > *  < / td >
2016-01-07 16:06:06 +00:00
< td class = "paramname" > < em > queue< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > void *  < / td >
< td class = "paramname" > < em > parent< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2019-04-22 10:21:17 +10:00
< / a > 1.8.15
2016-01-07 16:06:06 +00:00
< / small > < / address >
< / body >
< / html >