Skip to content

Commit

Permalink
deploy: ad706e0
Browse files Browse the repository at this point in the history
  • Loading branch information
andressbarajas committed Dec 11, 2024
1 parent ca729d0 commit 94d98ce
Show file tree
Hide file tree
Showing 82 changed files with 11,092 additions and 6,641 deletions.
2 changes: 1 addition & 1 deletion __types_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <span class="keyword">union </span>{</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"><a class="line" href="struct__mbstate__t.html#a6222d75eeed0d11331f95cc31cc95d3b"> 80</a></span> wint_t <a class="code hl_variable" href="struct__mbstate__t.html#a6222d75eeed0d11331f95cc31cc95d3b">__wch</a>;</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="struct__mbstate__t.html#ab05d19af90b0b38c292da879b74d147e"> 81</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> __wchb[4];</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="struct__mbstate__t.html#a07d0375c641cdef0a598ce3276205323"> 82</a></span> } __value; <span class="comment">/* Value so far. */</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="struct__mbstate__t.html#a21342aeec0e545b84eb6f9eba6924e01"> 82</a></span> } __value; <span class="comment">/* Value so far. */</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span>} <a class="code hl_struct" href="struct__mbstate__t.html">_mbstate_t</a>;</div>
</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span><span class="preprocessor">#endif</span></div>
Expand Down
1,418 changes: 436 additions & 982 deletions biosfont_8h.html

Large diffs are not rendered by default.

256 changes: 207 additions & 49 deletions biosfont_8h.js

Large diffs are not rendered by default.

1,596 changes: 943 additions & 653 deletions biosfont_8h_source.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions deprecated.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,39 +114,39 @@
<dt>Global <a class="el" href="group__kbd.html#ga7a89b91417209b1fbfde0ee659ccfed2">kbd_set_queue</a> (int active)</dt>
<dd><a class="anchor" id="_deprecated000021"></a> </dd>
<dt>Global <a class="el" href="group__kthreads.html#ga90d0ea4ed54cf85bcae2fbac1b85f52a">kthread_mode_t</a> </dt>
<dd><a class="anchor" id="_deprecated000016"></a> Only preemptive scheduling is still supported! </dd>
<dd><a class="anchor" id="_deprecated000008"></a> Only preemptive scheduling is still supported! </dd>
<dt>Global <a class="el" href="mutex_8h.html#a734bb84ae02ae0f4570ca5ee990a6763">mutex_create</a> (void) __depr("Use mutex_init or an initializer.")</dt>
<dd><a class="anchor" id="_deprecated000005"></a> This function allocates and initializes a new mutex for use. This function will always create mutexes of the type MUTEX_TYPE_NORMAL. </dd>
<dt>Global <a class="el" href="group__pvr__dma.html#ga04de1a27a256b15e1296961b13cb6b45">pvr_dma_ready</a> (void) __depr("Use pvr_dma_ta_ready instead.")</dt>
<dd><a class="anchor" id="_deprecated000024"></a> This function is formally deprecated, and should not be used in newly written code. Instead, please use <a class="el" href="group__pvr__dma.html#ga8e61fe6cb891c5d29dd6cc69a787fe18" title="Checks if the TA DMA is inactive.">pvr_dma_ta_ready()</a>. </dd>
<dt>Global <a class="el" href="group__pvr__dma.html#gaf646382b9252ce7ff46d346ad1bca523">pvr_txr_load_dma</a> (const void *src, pvr_ptr_t dest, size_t count, int block, pvr_dma_callback_t callback, void *cbdata) __depr("Use pvr_dma_ta_load_txr instead.")</dt>
<dd><a class="anchor" id="_deprecated000023"></a> This function is formally deprecated and should not be used in new code. Instead you should use the <a class="el" href="group__pvr__dma.html#gab9fce8e20ebac9ff07500339bbec2987" title="Load a texture using TA DMA.">pvr_dma_ta_load_txr()</a> function. </dd>
<dt>File <a class="el" href="recursive__lock_8h.html">recursive_lock.h</a> </dt>
<dd><a class="anchor" id="_deprecated000006"></a> These are now just wrappers around the MUTEX_TYPE_RECURSIVE that is now provided and will be removed at some point in the future. Please update your code to use that type instead. </dd>
<dd><a class="anchor" id="_deprecated000012"></a> These are now just wrappers around the MUTEX_TYPE_RECURSIVE that is now provided and will be removed at some point in the future. Please update your code to use that type instead. </dd>
<dt>Global <a class="el" href="recursive__lock_8h.html#a48bdaf7f390ca67396bd740c93040d78">rlock_create</a> (void) __depr("Use mutexes instead.")</dt>
<dd><a class="anchor" id="_deprecated000007"></a> This function allocates a new recursive lock that is initially not locked. </dd>
<dd><a class="anchor" id="_deprecated000013"></a> This function allocates a new recursive lock that is initially not locked. </dd>
<dt>Global <a class="el" href="recursive__lock_8h.html#a205cb7f0bde9298d2bb2f12b73632cb5">rlock_destroy</a> (recursive_lock_t *l) __depr("Use mutexes instead.")</dt>
<dd><a class="anchor" id="_deprecated000008"></a> This function cleans up a recursive lock. It is an error to attempt to destroy a locked recursive lock. </dd>
<dd><a class="anchor" id="_deprecated000014"></a> This function cleans up a recursive lock. It is an error to attempt to destroy a locked recursive lock. </dd>
<dt>Global <a class="el" href="recursive__lock_8h.html#afb7be99a8a37c00232d9ec959734366c">rlock_is_locked</a> (recursive_lock_t *l) __depr("Use mutexes instead.")</dt>
<dd><a class="anchor" id="_deprecated000013"></a> This function checks whether or not a lock is currently held by any thread, including the calling thread. Note that this is <b>NOT</b> a safe way to check if a lock <em>will</em> be held by the time you get around to locking it. </dd>
<dd><a class="anchor" id="_deprecated000019"></a> This function checks whether or not a lock is currently held by any thread, including the calling thread. Note that this is <b>NOT</b> a safe way to check if a lock <em>will</em> be held by the time you get around to locking it. </dd>
<dt>Global <a class="el" href="recursive__lock_8h.html#a034f533b4ce8ce85be499001587fbda0">rlock_lock</a> (recursive_lock_t *l) __depr("Use mutexes instead.")</dt>
<dd><a class="anchor" id="_deprecated000009"></a> This function attempts to lock the requested lock, and if it cannot it will block until that is possible. </dd>
<dd><a class="anchor" id="_deprecated000015"></a> This function attempts to lock the requested lock, and if it cannot it will block until that is possible. </dd>
<dt>Global <a class="el" href="recursive__lock_8h.html#a2ed36a549e48d00f68ea2965b098161c">rlock_lock_timed</a> (recursive_lock_t *l, int timeout) __depr("Use mutexes instead.")</dt>
<dd><a class="anchor" id="_deprecated000010"></a> This function attempts to lock the requested lock, and if it cannot it will block until either it is possible to acquire the lock or timeout milliseconds have elapsed. </dd>
<dd><a class="anchor" id="_deprecated000016"></a> This function attempts to lock the requested lock, and if it cannot it will block until either it is possible to acquire the lock or timeout milliseconds have elapsed. </dd>
<dt>Global <a class="el" href="recursive__lock_8h.html#a954c27d99a77cdcd4c0b110082842510">rlock_trylock</a> (recursive_lock_t *l) __depr("Use mutexes instead.")</dt>
<dd><a class="anchor" id="_deprecated000012"></a> This function attempts to lock a recursive lock without blocking. This function, unlike rlock_lock and rlock_lock_timed is safe to call inside an interrupt. </dd>
<dd><a class="anchor" id="_deprecated000018"></a> This function attempts to lock a recursive lock without blocking. This function, unlike rlock_lock and rlock_lock_timed is safe to call inside an interrupt. </dd>
<dt>Global <a class="el" href="recursive__lock_8h.html#a0b556717e91615c67232a61f17522446">rlock_unlock</a> (recursive_lock_t *l) __depr("Use mutexes instead.")</dt>
<dd><a class="anchor" id="_deprecated000011"></a> This function releases the lock one time from the current thread. </dd>
<dd><a class="anchor" id="_deprecated000017"></a> This function releases the lock one time from the current thread. </dd>
<dt>Global <a class="el" href="rwsem_8h.html#a2fb7ca5577aa0e4c43d062b12eea3223">rwsem_create</a> (void) __depr("Use rwsem_init or RWSEM_INITIALIZER.")</dt>
<dd><a class="anchor" id="_deprecated000015"></a> This function is formally deprecated, and should not be used in newly written code. Instead, please use <a class="el" href="rwsem_8h.html#aecabee230a8ad6b3b7b5877e6ab5c564" title="Initialize a reader/writer semaphore.">rwsem_init()</a>. </dd>
<dd><a class="anchor" id="_deprecated000006"></a> This function is formally deprecated, and should not be used in newly written code. Instead, please use <a class="el" href="rwsem_8h.html#aecabee230a8ad6b3b7b5877e6ab5c564" title="Initialize a reader/writer semaphore.">rwsem_init()</a>. </dd>
<dt>Global <a class="el" href="sem_8h.html#a25b57131b89d1d17a37d5938066eb895">sem_create</a> (int value) __depr("Use sem_init or SEM_INITIALIZER.")</dt>
<dd><a class="anchor" id="_deprecated000014"></a> This function is formally deprecated. Please update your code to use <a class="el" href="sem_8h.html#ac413622adbec71bdf2476b2121f7125c" title="Initialize a semaphore for use.">sem_init()</a> or static initialization with SEM_INITIALIZER instead. </dd>
<dd><a class="anchor" id="_deprecated000007"></a> This function is formally deprecated. Please update your code to use <a class="el" href="sem_8h.html#ac413622adbec71bdf2476b2121f7125c" title="Initialize a semaphore for use.">sem_init()</a> or static initialization with SEM_INITIALIZER instead. </dd>
<dt>Global <a class="el" href="group__kthreads.html#ga064e68e032ac7b6478142c5806a4eb2c">thd_get_mode</a> (void) __deprecated</dt>
<dd><a class="anchor" id="_deprecated000018"></a> This is now deprecated. </dd>
<dd><a class="anchor" id="_deprecated000010"></a> This is now deprecated. </dd>
<dt>Global <a class="el" href="group__kthreads.html#gga90d0ea4ed54cf85bcae2fbac1b85f52aaaeaebfe9ca54bccf7bbd58a277025fbd">THD_MODE_COOP</a> </dt>
<dd><a class="anchor" id="_deprecated000019"></a> </dd>
<dd><a class="anchor" id="_deprecated000011"></a> </dd>
<dt>Global <a class="el" href="group__kthreads.html#gad3eb4652a1578c25dd5c6bebe5ddadcb">thd_set_mode</a> (kthread_mode_t mode) __deprecated</dt>
<dd><a class="anchor" id="_deprecated000017"></a> This is now deprecated</dd>
<dd><a class="anchor" id="_deprecated000009"></a> This is now deprecated</dd>
</dl>
</div></div><!-- contents -->
</div><!-- PageDoc -->
Expand Down
Loading

0 comments on commit 94d98ce

Please sign in to comment.