Searched refs:pthread_t (Results 51 - 75 of 371) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_key_create/
H A D3-1.c58 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_sigmask/
H A D14-1.c47 pthread_t new_thread;
/haiku-fatelf/headers/posix/
H A Dpthread.h217 extern int pthread_create(pthread_t *thread, const pthread_attr_t *attr,
219 extern int pthread_detach(pthread_t thread);
220 extern int pthread_equal(pthread_t t1, pthread_t t2);
222 extern int pthread_join(pthread_t thread, void **_value);
223 extern pthread_t pthread_self(void);
227 extern int pthread_cancel(pthread_t thread);
232 extern int pthread_getschedparam(pthread_t thread, int *policy,
234 extern int pthread_setschedparam(pthread_t thread, int policy,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_setinheritsched/
H A D2-1.c37 pthread_t self = pthread_self();
57 pthread_t new_th;
H A D2-2.c43 pthread_t self = pthread_self();
63 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_lock/
H A D1-1.c42 pthread_t threads[THREAD_NUM];
43 //pthread_t self = pthread_self();
75 pthread_t self = pthread_self();
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_unlock/
H A D2-1.c44 pthread_t threads[THREAD_NUM];
71 pthread_t self = pthread_self();
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setschedparam/
H A D4-1.c84 void check_param( pthread_t thread, int policy, int priority )
171 pthread_t child;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/
H A D6-2.c89 pthread_t last_awaken;
120 pthread_t ch[ NTHREADS ];
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D1-4.c103 pthread_t tid;
113 pthread_t mytid;
131 /* pthread_t is a pointer with Linux/nptl. This output can be erroneous for other arcs */
156 pthread_t child;
H A D10-1.c95 pthread_t new_th;
H A D11-1.c48 pthread_t new_th;
H A D3-1.c52 pthread_t new_th;
/haiku-fatelf/src/bin/network/atftpd/
H A Dtftpd_mtftp.h48 pthread_t tid;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cancel/
H A D1-1.c77 pthread_t new_th;
H A D1-2.c74 pthread_t new_th;
H A D2-1.c65 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cleanup_pop/
H A D1-1.c63 pthread_t new_th;
H A D1-2.c63 pthread_t new_th;
H A D1-3.c71 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cleanup_push/
H A D1-2.c80 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_destroy/speculative/
H A D4-1.c64 pthread_t low_id;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_detach/
H A D2-1.c44 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A D2-1.c76 pthread_t new_th;
H A D3-1.c64 pthread_t new_th;

Completed in 208 milliseconds

1234567891011>>