RetroArch
|
#include <stdlib.h>
#include <string.h>
#include <sys/reent.h>
#include "sys_state.h"
#include "lwp_threads.h"
Functions | |
void | _wrapup_reent (struct _reent *) |
void | _reclaim_reent (struct _reent *) |
int | __libc_create_hook (lwp_cntrl *curr_thr, lwp_cntrl *create_thr) |
int | __libc_start_hook (lwp_cntrl *curr_thr, lwp_cntrl *start_thr) |
int | __libc_delete_hook (lwp_cntrl *curr_thr, lwp_cntrl *delete_thr) |
void | __libc_init (int reentrant) |
void | __libc_wrapup () |
Variables | |
int | libc_reentrant |
struct _reent | libc_globl_reent |
void __libc_init | ( | int | reentrant | ) |
void __libc_wrapup | ( | ) |
void _reclaim_reent | ( | struct _reent * | ) |
void _wrapup_reent | ( | struct _reent * | ) |
struct _reent libc_globl_reent |
int libc_reentrant |