Searched refs:pthread_spinlock_t (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/pthread_h/
H A D3-12.c8 Test pthread_spinlock_t
14 pthread_spinlock_t dummy;
/haiku-fatelf/src/libs/posix_error_mapper/
H A Dpthread_spinlock.cpp12 (pthread_spinlock_t* lock, int pshared),
17 WRAPPER_FUNCTION(int, pthread_spin_destroy, (pthread_spinlock_t* lock),
22 WRAPPER_FUNCTION(int, pthread_spin_lock, (pthread_spinlock_t* lock),
27 WRAPPER_FUNCTION(int, pthread_spin_trylock, (pthread_spinlock_t* lock),
32 WRAPPER_FUNCTION(int, pthread_spin_unlock, (pthread_spinlock_t* lock),
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_spinlock.c19 pthread_spin_init(pthread_spinlock_t* lock, int pshared)
31 pthread_spin_destroy(pthread_spinlock_t* lock)
38 pthread_spin_lock(pthread_spinlock_t* lock)
50 pthread_spin_trylock(pthread_spinlock_t* lock)
59 pthread_spin_unlock(pthread_spinlock_t* lock)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_spin_trylock/
H A D4-1.c7 * Test pthread_spin_trylock(pthread_spinlock_t *lock)
30 pthread_spinlock_t spinlock;
H A D1-1.c7 * Test pthread_spin_trylock(pthread_spinlock_t *lock)
13 * 1. Initialize a pthread_spinlock_t object 'spinlock' with
32 static pthread_spinlock_t spinlock;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_spin_destroy/
H A D1-1.c7 * Test pthread_spin_destroy(pthread_spinlock_t * lock)
13 * 1. Initialize a pthread_spinlock_t object 'spinlock' with
28 static pthread_spinlock_t spinlock;
H A D3-1.c7 * Test pthread_spin_destroy(pthread_spinlock_t *lock) may fail if:
17 * 1. Initialize a pthread_spinlock_t object 'spinlock' with
33 static pthread_spinlock_t spinlock;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_spin_init/
H A D1-1.c7 * Test pthread_spin_init(pthread_spinlock_t * lock, int pshared)
14 * 1. Initialize a pthread_spinlock_t object 'spinlock' with
30 static pthread_spinlock_t spinlock;
H A D4-1.c7 * Test pthread_spin_init(pthread_spinlock_t * lock, int pshared)
17 * 1. Initialize a pthread_spinlock_t object 'spinlock' with
34 static pthread_spinlock_t spinlock;
H A D2-1.c7 * Test pthread_spin_init(pthread_spinlock_t *lock, int pshared)
37 pthread_spinlock_t spinlock;
H A D2-2.c7 * Test pthread_spin_init(pthread_spinlock_t *lock, int pshared)
44 pthread_spinlock_t spinlock;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_spin_lock/
H A D3-1.c7 * Test pthread_spin_lock(pthread_spinlock_t *lock)
38 pthread_spinlock_t spinlock;
H A D3-2.c7 * Test pthread_spin_lock(pthread_spinlock_t *lock)
47 pthread_spinlock_t spinlock;
H A D1-2.c7 * Test pthread_spin_lock(pthread_spinlock_t *lock)
15 * 1. Initialize a pthread_spinlock_t object 'spinlock' with
31 static pthread_spinlock_t spinlock;
H A D1-1.c7 * Test pthread_spin_lock(pthread_spinlock_t *lock)
15 * 1. Initialize a pthread_spinlock_t object 'spinlock' with
31 static pthread_spinlock_t spinlock;
/haiku-fatelf/headers/posix/
H A Dpthread.h158 extern int pthread_spin_init(pthread_spinlock_t* spinlock, int pshared);
159 extern int pthread_spin_destroy(pthread_spinlock_t* spinlock);
160 extern int pthread_spin_lock(pthread_spinlock_t* spinlock);
161 extern int pthread_spin_trylock(pthread_spinlock_t* spinlock);
162 extern int pthread_spin_unlock(pthread_spinlock_t* spinlock);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_spin_unlock/
H A D1-1.c7 * Test pthread_spin_unlock(pthread_spinlock_t *lock)
13 * 1. Initialize a pthread_spinlock_t object 'spinlock' with
33 static pthread_spinlock_t spinlock;
H A D1-2.c7 * Test pthread_spin_unlock(pthread_spinlock_t *lock)
18 * 1. Initialize a pthread_spinlock_t object 'spinlock' with
35 static pthread_spinlock_t spinlock;
H A D3-1.c7 * Test pthread_spin_unlock(pthread_spinlock_t *lock)
33 static pthread_spinlock_t spinlock;
/haiku-fatelf/headers/posix/sys/
H A Dtypes.h71 typedef struct _pthread_spinlock pthread_spinlock_t; typedef in typeref:struct:_pthread_spinlock

Completed in 225 milliseconds