Searched refs:pthread_t (Results 26 - 50 of 371) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_join/
H A D1-1.c47 pthread_t new_th;
H A D5-1.c34 pthread_t new_th;
H A D6-2.c47 pthread_t new_th;
H A D4-1.c122 ( void ) pthread_join( *( pthread_t * ) arg, NULL );
135 pthread_t child;
136 pthread_t joiner;
H A D2-1.c44 pthread_t new_th;
H A D3-1.c64 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setcancelstate/
H A D3-1.c42 pthread_t new_th;
/haiku-fatelf/headers/private/system/
H A Dthread_defs.h51 pthread_t pthread;
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread.cpp101 pthread_t thread, status_t (*entryFunction)(void*, void*),
136 pthread_create(pthread_t* _thread, const pthread_attr_t* attr,
168 pthread_t
180 pthread_equal(pthread_t t1, pthread_t t2)
187 pthread_join(pthread_t thread, void** _value)
213 pthread_kill(pthread_t thread, int sig)
228 pthread_detach(pthread_t thread)
265 pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param)
279 pthread_setschedparam(pthread_t threa
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_kill/
H A Dstress.c143 ret = pthread_kill( *( pthread_t * ) arg , SIGABRT );
161 ret = pthread_kill( *( pthread_t * ) arg , SIGBUS );
214 ret = pthread_kill( *( pthread_t * ) arg, SIGILL );
242 pthread_t fl_rec;
243 pthread_t fl_snd1, fl_snd2;
246 pthread_t sy_rec;
247 pthread_t sy_snd;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setschedparam/
H A D1-2.c82 void check_param( pthread_t thread, int policy, int priority )
151 ret = pthread_setschedparam( *( pthread_t * ) arg, SCHED_RR, &sp );
165 pthread_t tcontrol, tchange;
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmthread/
H A DIlmThread.h141 pthread_t _thread;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_destroy/
H A D1-1.c37 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_init/
H A D2-1.c54 pthread_t new_th;
H A D3-1.c34 pthread_t new_threads[NUM_THREADS];
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A D1-1.c26 pthread_t thread;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cancel/
H A D4-1.c40 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cleanup_push/
H A D1-1.c58 pthread_t new_th;
H A D1-3.c57 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D1-3.c32 pthread_t a;
H A D5-2.c40 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_detach/
H A D3-1.c42 pthread_t new_th;
H A D4-1.c47 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A D1-1.c43 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getschedparam/
H A D1-1.c44 pthread_t new_th;

Completed in 413 milliseconds

1234567891011>>