Searched refs:pthread_self (Results 1 - 12 of 12) sorted by relevance

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cleanup.cpp13 pthread_thread* thread = pthread_self();
25 pthread_thread* thread = pthread_self();
H A Dpthread_cancel.cpp31 pthread_t thread = pthread_self();
65 pthread_thread* thread = pthread_self();
93 pthread_thread* thread = pthread_self();
122 pthread_thread* thread = pthread_self();
H A Dpthread_key.cpp123 pthread_thread* thread = pthread_self();
148 pthread_key_data& keyData = pthread_self()->specific[key];
H A Dpthread.cpp57 pthread_thread* thread = pthread_self();
181 pthread_self(void) function
223 pthread_self()->exit_value = value;
/haiku/src/system/libroot/
H A Dlibroot_init.c73 __main_thread_id = pthread_self()->id = find_thread(NULL);
/haiku/src/system/libroot/posix/libstdthreads/
H A Dthrd.c79 return (pthread_self());
/haiku/src/system/libroot/posix/unistd/
H A Dfork.c159 pthread_self()->id = __main_thread_id;
/haiku/src/tests/system/libroot/posix/
H A Dpthread_sigqueue.cpp79 ASSERT_EQ(0, pthread_sigqueue(pthread_self(), SIGALRM, sigval));
/haiku/headers/posix/
H A Dpthread.h247 extern pthread_t pthread_self(void);
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsdispatch.c632 drec.thr = pthread_self();
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2273 void pthread_self() {} function
H A Dlibroot_stubs_legacy.c2252 void pthread_self() {} function

Completed in 90 milliseconds