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" / >
2019-04-02 16:25:55 +02:00
< meta name = "generator" content = "Doxygen 1.8.13" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2017-08-10 06:39:58 +02:00
< 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
2019-04-02 16:25:55 +02:00
  < span id = "projectnumber" > 2.3.1< / span >
2017-08-10 06:39:58 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2019-04-02 16:25:55 +02:00
<!-- Generated by Doxygen 1.8.13 -->
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
$(function() {
initMenu('',false,false,'search.php','Search');
});
< / script >
< div id = "main-nav" > < / div >
2017-08-10 06:39:58 +02:00
< / 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 >
2019-04-02 16:25:55 +02:00
< a id = "ab9dc542136b4596b711e3be011abdd4d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab9dc542136b4596b711e3be011abdd4d" > ◆ < / a > < / span > job_fn< / h2 >
2017-08-10 06:39:58 +02:00
< 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" >
2019-04-02 16:25:55 +02:00
< p class = "reference" > 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 >
2017-08-10 06:39:58 +02:00
< / div >
< / div >
2019-04-02 16:25:55 +02:00
< a id = "a89f225764ee25dabc5e374ed277cd286" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a89f225764ee25dabc5e374ed277cd286" > ◆ < / a > < / span > user_data< / h2 >
2017-08-10 06:39:58 +02:00
< 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" >
2019-04-02 16:25:55 +02:00
< p class = "reference" > 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 >
2017-08-10 06:39:58 +02:00
< / 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" / >
2019-04-02 16:25:55 +02:00
< / a > 1.8.13
2017-08-10 06:39:58 +02:00
< / small > < / address >
< / body >
< / html >