Home
last modified time | relevance | path

Searched refs:__THROW (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/machine/cris/include/
Dpthread.h40 # ifndef __THROW
41 # define __THROW throw () macro
44 # ifndef __THROW
45 # define __THROW
69 extern int pthread_create (void) __THROW;
71 extern int pthread_once (pthread_once_t *, void (*) (void)) __THROW;
73 extern int pthread_key_create (pthread_key_t *, void (*) (void *)) __THROW;
75 extern int pthread_setspecific (pthread_key_t, const void *) __THROW;
77 extern void *pthread_getspecific (pthread_key_t) __THROW;
79 extern int pthread_mutex_lock (pthread_mutex_t *) __THROW;
[all …]
/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h50 #define __THROW macro