Searched refs:local (Results 1 – 25 of 31) sorted by relevance
12
/picolibc-latest/test/ |
D | stack-smash.c | 59 char local[48]; in smash_array() local 61 my_strcpy(local, source); in smash_array() 62 local[0]++; in smash_array() 63 my_strcpy(dest, local); in smash_array()
|
/picolibc-latest/doc/ |
D | testing.md | 1 ## Building for the local processor 3 If you want to compile the library for your local processor to test
|
D | tls.md | 18 Picolibc does this by using the built-in thread-local-storage 21 1) Source code is simpler as thread-local variables are 24 2) Thread local storage contains only values used by the 31 Picolibc is normally compiled with -ftls-model=local-exec. The selected
|
D | build.md | 151 …nable atexit data structure as global, instead of in TLS. <br> If `thread-local-storage` == false,… 157 ### Thread local storage support 162 enabled. The default TLS model is local-exec. 168 | thread-local-storage | auto | Use TLS for global variables. Default is automatic based … 169 | tls-model | local-exec | Select TLS model (global-dynamic, local-dynamic, initi… 170 | newlib-global-errno | false | Use single global errno even when thread-local-storage=tr…
|
D | os.md | 215 $ cc -I/usr/local/lib/picolibc/include hello-world.c \ 216 /usr/local/lib/picolibc/lib/libc.a
|
/picolibc-latest/newlib/libc/locale/ |
D | locale.tex | 73 The local currency symbol, if any. 104 local conventions. 108 @code{1} indicates the local currency symbol is used before a 114 @code{1} indicates the local currency symbol must be separated from 120 @code{1} indicates the local currency symbol is used before a 126 @code{1} indicates the local currency symbol must be separated from
|
/picolibc-latest/newlib/libc/machine/xtensa/ |
D | xtensa.tex | 9 * Function longjmp:: Non-local goto 43 @section @code{longjmp}---non-local goto
|
/picolibc-latest/ |
D | CONTRIBUTING.md | 17 You can create a local copy of the repository with git clone: 48 2. Try to adopt local coding styles as much as you can manage by 67 local repository to the list:
|
D | meson_options.txt | 276 # Thread-local storage support 278 option('thread-local-storage', type: 'combo', choices: ['true', 'false', 'auto', 'picolibc'], value… 279 …description: 'use thread local storage for static data ("picolibc": picolibc and toolchain support… 280 …, type: 'combo', choices: ['global-dynamic', 'local-dynamic', 'initial-exec', 'local-exec'], value… 281 description: 'Set TLS model. No-op when thread-local-storage is false') 288 description: 'Use Raspberry Pi RP2040 CPUID register to index thread local storage value')
|
D | picolibc.h.in | 23 /* use thread local storage */ 29 /* use thread local storage */
|
D | CMakeLists.txt | 97 # use thread local storage 99 option(PICOLIBC_TLS "use thread local storage for static data" ON) 102 # use thread local storage 128 set(TLS_MODEL "local-exec")
|
/picolibc-latest/newlib/libc/time/ |
D | time.tex | 70 * Function ctime:: Convert time to local and format as string 73 * Function localtime:: Convert time to local representation
|
D | meson.build | 60 'local.h',
|
/picolibc-latest/newlib/libc/iconv/lib/ |
D | meson.build | 48 'local.h',
|
/picolibc-latest/newlib/libc/ctype/ |
D | meson.build | 114 'local.h',
|
/picolibc-latest/newlib/libm/common/ |
D | meson.build | 185 'local.h',
|
/picolibc-latest/newlib/libc/string/ |
D | meson.build | 150 'local.h',
|
/picolibc-latest/newlib/libc/stdlib/ |
D | meson.build | 229 'local.h',
|
/picolibc-latest/newlib/libc/stdio/ |
D | meson.build | 283 'local.h',
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 852 * libc/time/local.h (_tzset_unlocked_r): Add prototype. 1227 * libc/stdio/local.h: Define locking macros as empty ifdef 1280 * libc/stdio/local.h (_newlib_flockfile_start): Make _flockfile 1503 * libc/string/local.h (__locale_cjk_lang): Fix "function declaration 1560 * libc/time/local.h: Update accordingly - remove declaration of 1851 * libc/stdio/local.h (_STDIO_CLOSE_PER_REENT_STD_STREAMS): Change #ifdef 1979 * libc/stdio/local.h (__sflushw_r): Declare if _STDIO_BSD_SEMANTICS is 2071 * libc/string/local.h: Add check for _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 2484 * libc/stdio/local.h (__sread): Declare with last parameter set 2489 * libc/stdio/fvwrite.c (__sfvwrite_r): Change type of local [all …]
|
D | HOWTO | 128 GNU Autoconf website and installed into a local directory tree (like ~/.local). 135 macros used by configure from the system install into the local copy. This
|
D | README | 307 `--enable-newlib-reent-thread-local' 308 Enable thread-local storage objects as a replacement for struct _reent 310 thread-local storage objects are provided for each member of the default
|
/picolibc-latest/cmake/ |
D | TC-arm-none-eabi.ld | 142 /* Thread local initialized data. This gets
|
D | TC-microbit.ld | 142 /* Thread local initialized data. This gets
|
/picolibc-latest/newlib/libc/xdr/ |
D | README | 26 6) Uses a local implementation of ntohl/htonl, rather than
|
12