/dports/devel/poco/poco-1.10.1-all/Foundation/src/ |
H A D | Mutex_VX.cpp | 24 _sem = semMCreate(SEM_INVERSION_SAFE | SEM_Q_PRIORITY); in MutexImpl() 34 _sem = semBCreate(SEM_Q_PRIORITY, SEM_FULL); in MutexImpl() 38 _sem = semMCreate(SEM_INVERSION_SAFE | SEM_Q_PRIORITY); in MutexImpl()
|
H A D | Semaphore_VX.cpp | 26 _sem = semCCreate(SEM_Q_PRIORITY, n); in SemaphoreImpl()
|
H A D | Event_VX.cpp | 24 _sem = semCCreate(SEM_Q_PRIORITY, 0); in EventImpl()
|
/dports/lang/gcc10/gcc-10.3.0/libgcc/config/ |
H A D | gthr-vxworks.h | 123 *__mutex = semBCreate (SEM_Q_PRIORITY, SEM_FULL); 167 semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE);
|
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/ |
H A D | gthr-vxworks.h | 123 *__mutex = semBCreate (SEM_Q_PRIORITY, SEM_FULL); in __gthread_mutex_init() 167 semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_recursive_mutex_init()
|
/dports/lang/gcc11-devel/gcc-11-20211009/libgcc/config/ |
H A D | gthr-vxworks.h | 123 *__mutex = semBCreate (SEM_Q_PRIORITY, SEM_FULL); in __gthread_mutex_init() 167 semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_recursive_mutex_init()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgcc/config/ |
H A D | gthr-vxworks.h | 123 *__mutex = semBCreate (SEM_Q_PRIORITY, SEM_FULL); in __gthread_mutex_init() 167 semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_recursive_mutex_init()
|
/dports/devel/avr-gcc/gcc-10.2.0/libgcc/config/ |
H A D | gthr-vxworks.h | 123 *__mutex = semBCreate (SEM_Q_PRIORITY, SEM_FULL); in __gthread_mutex_init() 167 semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_recursive_mutex_init()
|
/dports/lang/gcc11/gcc-11.2.0/libgcc/config/ |
H A D | gthr-vxworks.h | 123 *__mutex = semBCreate (SEM_Q_PRIORITY, SEM_FULL); in __gthread_mutex_init() 167 semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_recursive_mutex_init()
|
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/config/ |
H A D | gthr-vxworks.h | 123 *__mutex = semBCreate (SEM_Q_PRIORITY, SEM_FULL); in __gthread_mutex_init() 167 semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_recursive_mutex_init()
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ |
H A D | gthr-vxworks.h | 53 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ |
H A D | gthr-vxworks.h | 53 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/ |
H A D | gthr-vxworks.h | 56 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/lang/gnat_util/gcc-6-20180516/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|
/dports/lang/gcc9/gcc-9.4.0/libgcc/config/ |
H A D | gthr-vxworks.h | 62 *mutex = semMCreate (SEM_Q_PRIORITY | SEM_INVERSION_SAFE | SEM_DELETE_SAFE); in __gthread_mutex_init_function()
|