Symbol: B_TO_POSITIVE_ERROR
src/libs/posix_error_mapper/misc.cpp
28
*error = B_TO_POSITIVE_ERROR(*error);
src/libs/posix_error_mapper/pthread_attr.cpp
13
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_destroy(attr));
src/libs/posix_error_mapper/pthread_attr.cpp
18
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_init(attr));
src/libs/posix_error_mapper/pthread_attr.cpp
24
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_getdetachstate(attr,
src/libs/posix_error_mapper/pthread_attr.cpp
31
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_setdetachstate(attr,
src/libs/posix_error_mapper/pthread_attr.cpp
38
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_getstacksize(attr,
src/libs/posix_error_mapper/pthread_attr.cpp
45
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_setstacksize(attr,
src/libs/posix_error_mapper/pthread_attr.cpp
52
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_getscope(attr,
src/libs/posix_error_mapper/pthread_attr.cpp
59
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_setscope(attr,
src/libs/posix_error_mapper/pthread_attr.cpp
66
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_setschedparam(attr,
src/libs/posix_error_mapper/pthread_attr.cpp
73
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_getschedparam(attr,
src/libs/posix_error_mapper/pthread_attr.cpp
80
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_getguardsize(attr,
src/libs/posix_error_mapper/pthread_attr.cpp
87
return B_TO_POSITIVE_ERROR(sReal_pthread_attr_setguardsize(attr,
src/libs/posix_error_mapper/pthread_cond.cpp
12
return B_TO_POSITIVE_ERROR(sReal_pthread_cond_destroy(cond));
src/libs/posix_error_mapper/pthread_cond.cpp
18
return B_TO_POSITIVE_ERROR(sReal_pthread_cond_init(cond, attr));
src/libs/posix_error_mapper/pthread_cond.cpp
23
return B_TO_POSITIVE_ERROR(sReal_pthread_cond_broadcast(cond));
src/libs/posix_error_mapper/pthread_cond.cpp
28
return B_TO_POSITIVE_ERROR(sReal_pthread_cond_signal(cond));
src/libs/posix_error_mapper/pthread_cond.cpp
34
return B_TO_POSITIVE_ERROR(sReal_pthread_cond_timedwait(cond, mutex,
src/libs/posix_error_mapper/pthread_cond.cpp
41
return B_TO_POSITIVE_ERROR(sReal_pthread_cond_wait(cond, mutex));
src/libs/posix_error_mapper/pthread_condattr.cpp
13
return B_TO_POSITIVE_ERROR(sReal_pthread_condattr_destroy(condAttr));
src/libs/posix_error_mapper/pthread_condattr.cpp
19
return B_TO_POSITIVE_ERROR(sReal_pthread_condattr_init(condAttr));
src/libs/posix_error_mapper/pthread_condattr.cpp
25
return B_TO_POSITIVE_ERROR(sReal_pthread_condattr_getpshared(condAttr,
src/libs/posix_error_mapper/pthread_condattr.cpp
32
return B_TO_POSITIVE_ERROR(sReal_pthread_condattr_setpshared(condAttr,
src/libs/posix_error_mapper/pthread_condattr.cpp
39
return B_TO_POSITIVE_ERROR(sReal_pthread_condattr_getclock(condAttr,
src/libs/posix_error_mapper/pthread_condattr.cpp
46
return B_TO_POSITIVE_ERROR(sReal_pthread_condattr_setclock(condAttr,
src/libs/posix_error_mapper/pthread_misc.cpp
13
return B_TO_POSITIVE_ERROR(sReal_pthread_atfork(prepare, parent, child));
src/libs/posix_error_mapper/pthread_misc.cpp
19
return B_TO_POSITIVE_ERROR(sReal_pthread_once(once_control, init_routine));
src/libs/posix_error_mapper/pthread_mutex.cpp
12
return B_TO_POSITIVE_ERROR(sReal_pthread_mutex_destroy(mutex));
src/libs/posix_error_mapper/pthread_mutex.cpp
18
return B_TO_POSITIVE_ERROR(sReal_pthread_mutex_getprioceiling(mutex,
src/libs/posix_error_mapper/pthread_mutex.cpp
25
return B_TO_POSITIVE_ERROR(sReal_pthread_mutex_init(mutex, attr));
src/libs/posix_error_mapper/pthread_mutex.cpp
30
return B_TO_POSITIVE_ERROR(sReal_pthread_mutex_lock(mutex));
src/libs/posix_error_mapper/pthread_mutex.cpp
37
return B_TO_POSITIVE_ERROR(sReal_pthread_mutex_setprioceiling(mutex,
src/libs/posix_error_mapper/pthread_mutex.cpp
44
return B_TO_POSITIVE_ERROR(sReal_pthread_mutex_timedlock(mutex, spec));
src/libs/posix_error_mapper/pthread_mutex.cpp
49
return B_TO_POSITIVE_ERROR(sReal_pthread_mutex_trylock(mutex));
src/libs/posix_error_mapper/pthread_mutex.cpp
54
return B_TO_POSITIVE_ERROR(sReal_pthread_mutex_unlock(mutex));
src/libs/posix_error_mapper/pthread_mutexattr.cpp
13
return B_TO_POSITIVE_ERROR(sReal_pthread_mutexattr_destroy(mutexAttr));
src/libs/posix_error_mapper/pthread_mutexattr.cpp
19
return B_TO_POSITIVE_ERROR(sReal_pthread_mutexattr_getprioceiling(mutexAttr,
src/libs/posix_error_mapper/pthread_mutexattr.cpp
26
return B_TO_POSITIVE_ERROR(sReal_pthread_mutexattr_getprotocol(mutexAttr,
src/libs/posix_error_mapper/pthread_mutexattr.cpp
33
return B_TO_POSITIVE_ERROR(sReal_pthread_mutexattr_getpshared(mutexAttr,
src/libs/posix_error_mapper/pthread_mutexattr.cpp
40
return B_TO_POSITIVE_ERROR(sReal_pthread_mutexattr_gettype(mutexAttr,
src/libs/posix_error_mapper/pthread_mutexattr.cpp
47
return B_TO_POSITIVE_ERROR(sReal_pthread_mutexattr_init(mutexAttr));
src/libs/posix_error_mapper/pthread_mutexattr.cpp
53
return B_TO_POSITIVE_ERROR(sReal_pthread_mutexattr_setprioceiling(mutexAttr,
src/libs/posix_error_mapper/pthread_mutexattr.cpp
60
return B_TO_POSITIVE_ERROR(sReal_pthread_mutexattr_setprotocol(mutexAttr,
src/libs/posix_error_mapper/pthread_mutexattr.cpp
67
return B_TO_POSITIVE_ERROR(sReal_pthread_mutexattr_setpshared(mutexAttr,
src/libs/posix_error_mapper/pthread_mutexattr.cpp
74
return B_TO_POSITIVE_ERROR(sReal_pthread_mutexattr_settype(mutexAttr,
src/libs/posix_error_mapper/pthread_rwlock.cpp
13
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlock_init(lock, attr));
src/libs/posix_error_mapper/pthread_rwlock.cpp
18
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlock_destroy(lock));
src/libs/posix_error_mapper/pthread_rwlock.cpp
23
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlock_rdlock(lock));
src/libs/posix_error_mapper/pthread_rwlock.cpp
28
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlock_tryrdlock(lock));
src/libs/posix_error_mapper/pthread_rwlock.cpp
34
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlock_timedrdlock(lock, timeout));
src/libs/posix_error_mapper/pthread_rwlock.cpp
39
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlock_wrlock(lock));
src/libs/posix_error_mapper/pthread_rwlock.cpp
44
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlock_trywrlock(lock));
src/libs/posix_error_mapper/pthread_rwlock.cpp
50
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlock_timedwrlock(lock, timeout));
src/libs/posix_error_mapper/pthread_rwlock.cpp
55
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlock_unlock(lock));
src/libs/posix_error_mapper/pthread_rwlockattr.cpp
13
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlockattr_init(attr));
src/libs/posix_error_mapper/pthread_rwlockattr.cpp
19
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlockattr_destroy(attr));
src/libs/posix_error_mapper/pthread_rwlockattr.cpp
25
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlockattr_getpshared(attr,
src/libs/posix_error_mapper/pthread_rwlockattr.cpp
32
return B_TO_POSITIVE_ERROR(sReal_pthread_rwlockattr_setpshared(attr,
src/libs/posix_error_mapper/pthread_specific.cpp
13
return B_TO_POSITIVE_ERROR(sReal_pthread_key_create(key, destructorFunc));
src/libs/posix_error_mapper/pthread_specific.cpp
18
return B_TO_POSITIVE_ERROR(sReal_pthread_key_delete(key));
src/libs/posix_error_mapper/pthread_specific.cpp
24
return B_TO_POSITIVE_ERROR(sReal_pthread_setspecific(key, value));
src/libs/posix_error_mapper/pthread_spinlock.cpp
13
return B_TO_POSITIVE_ERROR(sReal_pthread_spin_init(lock, pshared));
src/libs/posix_error_mapper/pthread_spinlock.cpp
18
return B_TO_POSITIVE_ERROR(sReal_pthread_spin_destroy(lock));
src/libs/posix_error_mapper/pthread_spinlock.cpp
23
return B_TO_POSITIVE_ERROR(sReal_pthread_spin_lock(lock));
src/libs/posix_error_mapper/pthread_spinlock.cpp
28
return B_TO_POSITIVE_ERROR(sReal_pthread_spin_trylock(lock));
src/libs/posix_error_mapper/pthread_spinlock.cpp
33
return B_TO_POSITIVE_ERROR(sReal_pthread_spin_unlock(lock));
src/libs/posix_error_mapper/pthread_thread.cpp
16
return B_TO_POSITIVE_ERROR(sReal_pthread_create(thread, attr, start_routine,
src/libs/posix_error_mapper/pthread_thread.cpp
22
return B_TO_POSITIVE_ERROR(sReal_pthread_detach(thread));
src/libs/posix_error_mapper/pthread_thread.cpp
27
return B_TO_POSITIVE_ERROR(sReal_pthread_join(thread, _value));
src/libs/posix_error_mapper/pthread_thread.cpp
32
return B_TO_POSITIVE_ERROR(sReal_pthread_kill(thread, sig));
src/libs/posix_error_mapper/pthread_thread.cpp
37
return B_TO_POSITIVE_ERROR(sReal_pthread_setconcurrency(newLevel));
src/libs/posix_error_mapper/pthread_thread.cpp
42
return B_TO_POSITIVE_ERROR(sReal_pthread_cancel(thread));
src/libs/posix_error_mapper/pthread_thread.cpp
48
return B_TO_POSITIVE_ERROR(sReal_pthread_setcancelstate(state, _oldState));
src/libs/posix_error_mapper/pthread_thread.cpp
53
return B_TO_POSITIVE_ERROR(sReal_pthread_setcanceltype(type, _oldType));
src/libs/posix_error_mapper/pthread_thread.cpp
59
return B_TO_POSITIVE_ERROR(sReal_pthread_getschedparam(thread, policy,
src/libs/posix_error_mapper/pthread_thread.cpp
66
return B_TO_POSITIVE_ERROR(sReal_pthread_setschedparam(thread, policy,
src/libs/posix_error_mapper/signal.cpp
14
return B_TO_POSITIVE_ERROR(sReal_pthread_sigmask(how, set, oldSet));
src/libs/posix_error_mapper/signal.cpp
19
return B_TO_POSITIVE_ERROR(sReal_sigwait(set, signal));
src/libs/posix_error_mapper/time.cpp
15
return B_TO_POSITIVE_ERROR(sReal_clock_nanosleep(clockID, flags, time,
src/libs/posix_error_mapper/time.cpp
22
return B_TO_POSITIVE_ERROR(sReal_clock_getcpuclockid(pid, _clockID));