Searched refs:pthread_t (Results 1 - 25 of 371) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/pthread_h/
H A D3-13.c8 Test pthread_t
13 pthread_t dummy;
H A D6-1.c10 pthread_t pthread_self(void);
17 pthread_t ptid = pthread_self();
H A D8-1.c10 int pthread_join(pthread_t, void **);
15 pthread_t a;
H A D9-1.c10 int pthread_detach(pthread_t);
15 pthread_t a;
H A D4-1.c10 pthread_create(pthread_t *restrict, const pthread_attr_t *restrict,
23 pthread_t a_thread;
H A D7-1.c10 int pthread_equal(pthread_t, pthread_t);
15 pthread_t a,b;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/signal_h/
H A D26-1.c3 int pthread_kill(pthread_t, int);
9 typedef int (*pthread_kill_test)(pthread_t, int);
/haiku-fatelf/src/libs/posix_error_mapper/
H A Dpthread_thread.cpp14 (pthread_t *thread, const pthread_attr_t *attr,
21 WRAPPER_FUNCTION(int, pthread_detach, (pthread_t thread),
26 WRAPPER_FUNCTION(int, pthread_join, (pthread_t thread, void **_value),
31 WRAPPER_FUNCTION(int, pthread_kill, (pthread_t thread, int sig),
41 WRAPPER_FUNCTION(int, pthread_cancel, (pthread_t thread),
58 (pthread_t thread, int *policy, struct sched_param *param),
65 (pthread_t thread, int policy, const struct sched_param *param),
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_kill/
H A D6-1.c35 pthread_t child_thread;
36 pthread_t invalid_tid;
57 sizeof(pthread_t));
H A D2-1.c23 pthread_t main_thread;
H A D3-1.c21 pthread_t main_thread;
H A D7-1.c23 pthread_t main_thread;
/haiku-fatelf/headers/private/system/
H A Duser_thread_defs.h16 pthread_t pthread; // pthread pointer
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D4-1.c26 pthread_t self_th; /* Save the value of the function call pthread_self()
32 pthread_t new_th;
H A D1-1.c30 pthread_t main_th, new_th;
H A D1-2.c37 pthread_t new_th;
H A D12-1.c31 pthread_t new_th;
H A D2-1.c37 pthread_t new_th;
H A D5-1.c37 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_self/
H A D1-1.c26 pthread_t new_th2; /* Global thread to hold the value of when pthread_self
38 pthread_t new_th1;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_equal/
H A D1-1.c34 pthread_t new_th;
H A D1-2.c34 pthread_t new_th1, new_th2;
/haiku-fatelf/src/bin/coreutils/lib/glthread/
H A Dthreadlib.c51 pthread_t thread;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cancel/
H A D5-1.c35 pthread_t new_th;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_detach/
H A D4-2.c41 pthread_t new_th;

Completed in 181 milliseconds

1234567891011>>