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

12345

/haiku-fatelf/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 DSHA256.h1 #include <../private/shared/SHA256.h>
/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A Dmakefile45 ../shared/Debug.cpp \
46 ../shared/Settings.cpp \
47 ../shared/String.cpp \
48 ../shared/SuperBlock.cpp
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/semaphores/
H A Dsem_sleepingbarber.c133 int shared = 0; local
139 if (-1 == sem_init(&print, shared, 1)) {
148 if (-1 == sem_init(&customer, shared, customer_value)) {
152 if (-1 == sem_init(&barber, shared, barber_value)) {
156 if (-1 == sem_init(&lock, shared, lock_value)) {
H A Dsem_conpro.c98 int shared = 1; local
111 if (-1 == sem_init(&(buf->occupied), shared, occupied_value)) {
116 if (-1 == sem_init(&buf->empty, shared, empty_value)) {
120 if (-1 == sem_init(&buf->lock, shared, lock_value)) {
H A Dsem_lock.c31 int shared = 1; local
48 if (-1 == sem_init(sem_lock, shared, value)) {
H A Dsem_philosopher.c118 int shared = 1; local
128 if (-1 == sem_init(&ph[i], shared, ph_value)) {
134 if (-1 == sem_init(&lock, shared, lock_value)) {
H A Dsem_readerwriter.c108 int shared = 1; local
117 if (-1 == sem_init(&r_lock, shared, r_value)) {
121 if (-1 == sem_init(&w_lock, shared, w_value)) {
/haiku-fatelf/headers/posix/
H A Dsemaphore.h28 int sem_init(sem_t* semaphore, int shared, unsigned value);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/semaphores/
H A Dmulti_con_pro.c144 int shared = 1; local
170 if (-1 == sem_init(&buf->full, shared, full_value)) {
179 if (-1 == sem_init(&buf->empty, shared, empty_value)) {
183 if (-1 == sem_init(&buf->lock, shared, lock_value)) {
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A DMakefile107 shared: libpcap.$(DYEXT)
115 ld -shared -o $@.`cat VERSION` $(OBJ)
157 # from a shared library does not work very well on many
190 install-shared: install-shared-$(DYEXT)
191 install-shared-so: libpcap.so
193 install-shared-dylib: libpcap.dylib
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp290 bool shared = attr != NULL && (attr->flags & RWLOCK_FLAG_SHARED) != 0; local
292 if (shared)
427 pthread_rwlockattr_getpshared(const pthread_rwlockattr_t* _attr, int* shared) argument
431 *shared = (attr->flags & RWLOCK_FLAG_SHARED) != 0
438 pthread_rwlockattr_setpshared(pthread_rwlockattr_t* _attr, int shared) argument
442 if (shared == PTHREAD_PROCESS_SHARED)
/haiku-fatelf/src/system/libroot/posix/
H A Dsemaphore.cpp91 sem_init(sem_t* semaphore, int shared, unsigned value) argument
93 RETURN_AND_SET_ERRNO(_kern_realtime_sem_open(NULL, shared, 0, value,
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmacroexp.c60 int shared;
94 b->shared = 0;
100 shared substring. */
106 buf->shared = 1;
112 /* Free the text of the buffer B. Raise an error if B is shared. */
116 gdb_assert (! b->shared);
135 /* We shouldn't be trying to resize shared strings. */
136 gdb_assert (! b->shared);
467 refer to the text after that token. SRC must be a shared buffer;
468 the resulting TOK will be shared, pointin
59 int shared; member in struct:macro_buffer
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-cris.c235 both in the object being run and in some shared library. The
237 shared library into the object, because the object being
877 valid cases are where the symbol is defined in a shared
903 - When creating a shared library, we can have an
904 ordinary relocation for a symbol defined in a shared
907 be added into the relocation addend in this shared
912 if (info->shared
974 || (!info->shared
1016 || (! info->shared
1020 || (info->shared
[all...]
/haiku-fatelf/build/scripts/
H A Dbuild_cross_tools105 --enable-shared=yes --disable-werror || exit 1
150 --target=i586-pc-haiku --disable-nls --enable-shared=yes \

Completed in 102 milliseconds

12345