Searched refs:shared (Results 1 - 25 of 46) sorted by relevance

12

/haiku/headers/build/private/shared/
H A DArray.h1 #include <../private/shared/Array.h>
H A DAutoDeleter.h1 #include <../private/shared/AutoDeleter.h>
H A DAutoLocker.h1 #include <../private/shared/AutoLocker.h>
H A DHashMap.h1 #include <../private/shared/HashMap.h>
H A DHashSet.h1 #include <../private/shared/HashSet.h>
H A DHashString.h1 #include <../private/shared/HashString.h>
H A DKeymap.h1 #include <../private/shared/Keymap.h>
H A DNaturalCompare.h1 #include <../private/shared/NaturalCompare.h>
H A DRangeArray.h1 #include <../private/shared/RangeArray.h>
H A DOpenHashTable.h1 #include <../private/shared/OpenHashTable.h>
H A DUuid.h1 #include <../private/shared/Uuid.h>
H A DTypeOperation.h1 #include <../private/shared/TypeOperation.h>
H A DAutoDeleterDrivers.h1 #include <../private/shared/AutoDeleterDrivers.h>
H A DAutoDeleterOS.h1 #include <../private/shared/AutoDeleterOS.h>
H A DAutoDeleterPosix.h1 #include <../private/shared/AutoDeleterPosix.h>
/haiku/headers/private/kernel/util/
H A DTypeOperation.h1 #include <../shared/TypeOperation.h>
H A DThreadAutoLock.h9 #include <shared/AutoLocker.h>
/haiku/src/libs/posix_error_mapper/
H A Dpthread_rwlockattr.cpp24 (const pthread_rwlockattr_t *attr, int *shared),
26 shared));
31 (pthread_rwlockattr_t *attr, int shared),
33 shared));
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_barrier.cpp174 pthread_barrierattr_getpshared(const pthread_barrierattr_t* _attr, int* shared) argument
178 if (_attr == NULL || (attr = *_attr) == NULL || shared == NULL)
181 *shared = attr->process_shared
189 pthread_barrierattr_setpshared(pthread_barrierattr_t* _attr, int shared) argument
194 || shared < PTHREAD_PROCESS_PRIVATE
195 || shared > PTHREAD_PROCESS_SHARED) {
199 attr->process_shared = shared == PTHREAD_PROCESS_SHARED;
H A Dpthread_rwlock.cpp302 bool shared = attr != NULL && (attr->flags & RWLOCK_FLAG_SHARED) != 0; local
304 if (shared)
482 pthread_rwlockattr_getpshared(const pthread_rwlockattr_t* _attr, int* shared) argument
486 *shared = (attr->flags & RWLOCK_FLAG_SHARED) != 0
493 pthread_rwlockattr_setpshared(pthread_rwlockattr_t* _attr, int shared) argument
497 if (shared == PTHREAD_PROCESS_SHARED)
/haiku/headers/posix/
H A Dsemaphore.h32 int sem_init(sem_t* semaphore, int shared, unsigned value);
H A Dpthread.h132 int *shared);
135 int shared);
183 int *shared);
185 int shared);
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.h338 if_softc_ctx_t shared; member in struct:igc_adapter
340 #define tx_num_queues shared->isc_ntxqsets
341 #define rx_num_queues shared->isc_nrxqsets
342 #define intr_type shared->isc_intr
/haiku/build/scripts/
H A Dbuild_cross_tools123 --disable-nls --enable-shared=yes --disable-werror || exit 1
164 --disable-nls --enable-shared=yes --enable-languages=c,c++ \
/haiku/headers/posix/sys/
H A Dtypes.h116 } shared; member in union:_pthread_rwlock::__anon1

Completed in 70 milliseconds

12