Searched full:release (Results 1 – 25 of 30) sorted by relevance
12
/picolibc-latest/doc/ |
D | releasing.md | 32 * Builds and installs minsize and release builds 41 6. Add release notes to README.md 45 8. Commit release notes and meson.build 49 9. Use native configuration to build release: 56 10. Tag release 69 13. Upload release to web site: 73 14. Create new release on picolibc wiki pasting in relevant README.md 76 15. Create new release on github site, pasting in relevant README.md 77 section. Upload release tar and arm embedded toolkit zip files. 79 16. Email release message to mailing list. Paste in README.md section [all …]
|
D | locking.md | 82 Release a non-recursive mutex. 101 Release a recursive mutex. A thread thread must release the mutex as
|
/picolibc-latest/scripts/ |
D | test-picolibc | 12 reloptions="$options --buildtype=release -Dbuild-type-subdir=release -Dwerror=true" 29 DIR=$PICOLIBC_DIR/builds/build-$arch-release 46 reloptions="$options --buildtype=release -Dpicolibc-buildtype=release" 63 DIR=$GLIBC_DIR/builds/build-$arch-release
|
D | do-arm-tk | 33 RELEASE_DIR="$PICOLIBC"/builds/build-arm-tk-release 54 …ts/do-arm-configure -Dsysroot-install=true -Dbuild-type-subdir=release --buildtype=release -Dmulti… 58 …ts/do-arm-configure -Dsysroot-install=true -Dbuild-type-subdir=release --buildtype=release -Dmulti…
|
/picolibc-latest/.github/workflows/ |
D | steps-release | 1 - name: Release test 3 …ax_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.meson_flags }} --buildtype release"
|
D | Makefile | 10 steps-release 24 steps-release
|
D | zephyr.yml | 18 # .github/do-zephyr --buildtype release 118 release-zephyr: 174 - name: Release test 176 …ax_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.meson_flags }} --buildtype release"
|
D | make-workflow-zephyr | 5 for build in minsize release; do
|
D | make-workflow | 15 for build in minsize release; do
|
D | linux.yml | 172 release-linux: 228 - name: Release test 230 …ax_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.meson_flags }} --buildtype release"
|
D | head-zephyr | 18 # .github/do-zephyr --buildtype release
|
/picolibc-latest/newlib/libc/sys/amdgcn/ |
D | lock.c | 148 __builtin_sprintf (buf,"release:%p lock_value:0x%x id:0x%x", lock_ptr, in __gcn_lock_release() 164 __builtin_sprintf (buf, "release recursive:%p lock_value:0x%x id:0x%x", in __gcn_lock_release_recursive() 172 /* Decrement or release the lock. */ in __gcn_lock_release_recursive()
|
/picolibc-latest/test/ |
D | lock-valid.c | 112 /* Release non-recursive lock */ 119 /* Release recursive lock */
|
/picolibc-latest/ |
D | README.md | 148 ### Picolibc release 1.8.8 156 ### Picolibc release 1.8.7 283 * Merge in newlib annual release (4.4.0). Some minor updates to 703 13. Support for multiple build-styles of picolibc (minsize/release) 1068 This release contains an important TLS fix for ARM along with a few 1090 This release was focused on cleaning up the copyright and license 1108 This release now includes tests, and fixes bugs found by them. 1128 This release includes important fixes in picolibc.ld and more 1149 A minor update from 1.0, this release includes: 1173 This is the first release of picolibc. Major changes from newlib
|
/picolibc-latest/.github/ |
D | do-cmake-linux | 6 for buildtype in Debug Release RelWithDebInfo MinSizeRel; do
|
D | linux-files.txt | 7 https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/download/release-18.1.3/LL…
|
/picolibc-latest/newlib/ |
D | README | 1 README for newlib-4.2.0 release 2 (mostly cribbed from the README in the gdb-4.13 release) 7 Prior to the 3.0.0 release, newlib supported both ANSI and K&R-style 12 COPYING.NEWLIB for details. The rest of the release tree is under either 526 latest release, the following were used: autoconf 2.69 and automake 1.15.1.
|
/picolibc-latest/newlib/libc/stdio64/ |
D | fopen64.c | 78 fp->_flags = 0; /* release */ in fopen64()
|
/picolibc-latest/newlib/libc/stdio/ |
D | fclose.c | 104 fp->_flags = 0; /* release this FILE for reuse */ in fclose()
|
D | open_memstream.c | 319 fp->_flags = 0; /* release */ in internalopen_memstream() 344 fp->_flags = 0; /* release */ in internalopen_memstream()
|
D | fopen.c | 132 fp->_flags = 0; /* release */ in fopen()
|
D | fopencookie.c | 218 fp->_flags = 0; /* release */ in fopencookie()
|
/picolibc-latest/newlib/libm/common/ |
D | s_cbrt.c | 36 <<cbrt>> is in System V release 4. <<cbrtf>> is an extension.
|
/picolibc-latest/newlib/libc/machine/xstormy16/ |
D | tiny-malloc.c | 20 Release the chunk of memory pointed to by p, or no effect if p is null. 38 Release all but pad bytes of freed top-most memory back
|
/picolibc-latest/newlib/libc/stdlib/ |
D | mallocr.c | 43 Release the chunk of memory pointed to by p, or no effect if p is null. 68 Release all but pad bytes of freed top-most memory back 631 controlling release of large blocks via trimming versus mapping 705 menas that even trimming via malloc_trim would not release them. 1804 /* If possible, release the rest. */ in malloc_extend_top() 2172 2. If the chunk was allocated via mmap, it is release via munmap(). 2214 if (hd & IS_MMAPPED) /* release mmapped memory. */ in fREe() 2861 long extra; /* Amount to release */ in malloc_trim() 2872 if (extra < (long)pagesz) /* Not enough memory to release */ in malloc_trim()
|
12