RetroArch
Functions | Variables
newlibc.c File Reference
#include <stdlib.h>
#include <string.h>
#include <sys/reent.h>
#include "sys_state.h"
#include "lwp_threads.h"
Include dependency graph for newlibc.c:

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
 

Function Documentation

◆ __libc_create_hook()

int __libc_create_hook ( lwp_cntrl curr_thr,
lwp_cntrl create_thr 
)
Here is the caller graph for this function:

◆ __libc_delete_hook()

int __libc_delete_hook ( lwp_cntrl curr_thr,
lwp_cntrl delete_thr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __libc_init()

void __libc_init ( int  reentrant)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __libc_start_hook()

int __libc_start_hook ( lwp_cntrl curr_thr,
lwp_cntrl start_thr 
)
Here is the caller graph for this function:

◆ __libc_wrapup()

void __libc_wrapup ( )
Here is the call graph for this function:

◆ _reclaim_reent()

void _reclaim_reent ( struct _reent *  )
Here is the caller graph for this function:

◆ _wrapup_reent()

void _wrapup_reent ( struct _reent *  )
Here is the caller graph for this function:

Variable Documentation

◆ libc_globl_reent

struct _reent libc_globl_reent

◆ libc_reentrant

int libc_reentrant