HomeSort by relevance Sort by last modified time
    Searched refs:pthread_t (Results 1 - 25 of 1037) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
pthread_self.cpp 31 pthread_t pthread_self() {
32 return reinterpret_cast<pthread_t>(__get_thread());
pthread_equal.cpp 31 int pthread_equal(pthread_t lhs, pthread_t rhs) {
pthread_gettid_np.cpp 33 pid_t pthread_gettid_np(pthread_t t) {
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
3-13-buildonly.c 8 Test pthread_t
13 pthread_t dummy;
6-1-buildonly.c 10 pthread_t pthread_self(void);
17 pthread_t ptid = pthread_self();
8-1-buildonly.c 10 int pthread_join(pthread_t, void **);
15 pthread_t a;
9-1-buildonly.c 10 int pthread_detach(pthread_t);
15 pthread_t a;
4-1-buildonly.c 10 pthread_create(pthread_t *restrict, const pthread_attr_t *restrict,
23 pthread_t a_thread;
7-1-buildonly.c 10 int pthread_equal(pthread_t, pthread_t);
15 pthread_t a, b;
  /external/squashfs-tools/squashfs-tools/
restore.h 27 extern pthread_t *init_restore_thread();
  /external/linux-kselftest/android/include/
bionic-compat.h 7 static inline int pthread_cancel(pthread_t thread) { return 0; }
  /external/compiler-rt/test/tsan/
thread_leak4.c 10 pthread_t t;
stack_race2.cc 12 pthread_t t;
22 pthread_t t;
tls_race2.cc 12 pthread_t t;
22 pthread_t t;
atomic_free3.cc 13 pthread_t t;
setuid.c 24 pthread_t th;
sleep_sync2.cc 14 pthread_t t;
stack_race.cc 13 pthread_t t;
thread_detach.c 11 pthread_t t;
  /external/jemalloc/test/include/test/
thd.h 5 typedef pthread_t thd_t;
  /external/jemalloc_new/test/include/test/
thd.h 5 typedef pthread_t thd_t;
  /external/libcxx/test/libcxx/thread/thread.threads/thread.thread.class/
types.pass.cpp 18 // typedef pthread_t native_handle_type;
27 static_assert((std::is_same<std::thread::native_handle_type, pthread_t>::value), "");
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
26-1.c 3 int pthread_kill(pthread_t, int);
10 typedef int (*pthread_kill_test) (pthread_t, int);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
6-1.c 35 pthread_t child_thread;
36 pthread_t invalid_tid;
53 memcpy(&invalid_tid, &child_thread, sizeof(pthread_t));
  /device/google/cuttlefish_common/guest/hals/hwcomposer/common/
hwcomposer.h 23 pthread_t vsync_thread;

Completed in 621 milliseconds

1 2 3 4 5 6 7 8 91011>>