2017-08-10 06:39:58 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< 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" / >
< meta name = "generator" content = "Doxygen 1.8.10" / >
< title > OpenJPEG: opj_worker_thread_job_t Struct Reference< / title >
< 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 = "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;" >
< div id = "projectname" > OpenJPEG
2017-10-05 00:57:21 +02:00
  < span id = "projectnumber" > 2.3.0< / span >
2017-08-10 06:39:58 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "pages.html" > < span > Related  Pages< / span > < / a > < / li >
< li > < a href = "modules.html" > < span > Modules< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Data  Structures< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul >
< / div >
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "annotated.html" > < span > Data  Structures< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Data  Fields< / span > < / a > < / li >
< / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-attribs" > Data Fields< / a > < / div >
< div class = "headertitle" >
< div class = "title" > opj_worker_thread_job_t Struct Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-attribs" > < / a >
Data Fields< / h2 > < / td > < / tr >
< tr class = "memitem:ab9dc542136b4596b711e3be011abdd4d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "group___t_h_r_e_a_d.html#gaf29983f3245378c30edbef61fe22913b" > opj_job_fn< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structopj__worker__thread__job__t.html#ab9dc542136b4596b711e3be011abdd4d" > job_fn< / a > < / td > < / tr >
< tr class = "separator:ab9dc542136b4596b711e3be011abdd4d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a89f225764ee25dabc5e374ed277cd286" > < td class = "memItemLeft" align = "right" valign = "top" > void *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structopj__worker__thread__job__t.html#a89f225764ee25dabc5e374ed277cd286" > user_data< / a > < / td > < / tr >
< tr class = "separator:a89f225764ee25dabc5e374ed277cd286" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Field Documentation< / h2 >
< a class = "anchor" id = "ab9dc542136b4596b711e3be011abdd4d" > < / a >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "group___t_h_r_e_a_d.html#gaf29983f3245378c30edbef61fe22913b" > opj_job_fn< / a > opj_worker_thread_job_t::job_fn< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Referenced by < a class = "el" href = "group___t_h_r_e_a_d.html#gaf389ecb3a583a30077fc546eef767c89" > opj_thread_pool_submit_job()< / a > , and < a class = "el" href = "thread_8c.html#ac0a73d8572dbdb91b3a9a10b053f23ec" > opj_worker_thread_function()< / a > .< / p >
< / div >
< / div >
< a class = "anchor" id = "a89f225764ee25dabc5e374ed277cd286" > < / a >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void* opj_worker_thread_job_t::user_data< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Referenced by < a class = "el" href = "group___t_h_r_e_a_d.html#gaf389ecb3a583a30077fc546eef767c89" > opj_thread_pool_submit_job()< / a > , and < a class = "el" href = "thread_8c.html#ac0a73d8572dbdb91b3a9a10b053f23ec" > opj_worker_thread_function()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this struct was generated from the following file:< ul >
< li > < a class = "el" href = "thread_8c.html" > thread.c< / a > < / li >
< / ul >
< / 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" / >
< / a > 1.8.10
< / small > < / address >
< / body >
< / html >