HomeSort by relevance Sort by last modified time
    Searched defs:thread_t (Results 1 - 25 of 62) sorted by null

1 2 3

  /system/bt/btif/include/
btif_sock_sco.h 23 typedef struct thread_t thread_t; typedef in typeref:struct:thread_t
25 bt_status_t btsock_sco_init(thread_t *thread);
  /system/bt/osi/include/
thread.h 27 typedef struct thread_t thread_t; typedef in typeref:struct:thread_t
35 thread_t *thread_new(const char *name);
38 thread_t *thread_new_sized(const char *name, size_t size);
43 void thread_free(thread_t *thread);
48 void thread_join(thread_t *thread);
55 bool thread_post(thread_t *thread, thread_fn func, void *context);
60 void thread_stop(thread_t *thread);
65 bool thread_set_priority(thread_t *thread, int priority);
69 bool thread_is_self(const thread_t *thread)
    [all...]
alarm.h 26 typedef struct thread_t thread_t; typedef in typeref:struct:thread_t
101 void alarm_register_processing_queue(fixed_queue_t *queue, thread_t *thread);
  /system/bt/hci/include/
low_power_manager.h 23 typedef struct thread_t thread_t; typedef in typeref:struct:thread_t
28 void (*init)(thread_t *post_thread);
  /external/autotest/client/tests/monotonic_time/src/
threads.c 24 } thread_t; typedef in typeref:struct:thread
26 static thread_t threads[MAX_THREADS];
35 thread_t *thread = arg;
58 thread_t *thread;
93 thread_t *thread;
  /external/boringssl/src/crypto/
thread_test.c 28 typedef HANDLE thread_t; typedef
38 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) {
49 static int wait_for_thread(thread_t thread) {
57 typedef pthread_t thread_t; typedef
65 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) {
70 static int wait_for_thread(thread_t thread) {
94 thread_t thread;
153 thread_t thread;
  /system/bt/osi/src/
thread.c 39 struct thread_t { struct
49 thread_t *thread;
64 thread_t *thread_new_sized(const char *name, size_t work_queue_capacity) {
68 thread_t *ret = osi_calloc(sizeof(thread_t));
105 thread_t *thread_new(const char *name) {
109 void thread_free(thread_t *thread) {
121 void thread_join(thread_t *thread) {
131 bool thread_post(thread_t *thread, thread_fn func, void *context) {
148 void thread_stop(thread_t *thread)
    [all...]
  /development/ndk/platforms/android-3/include/
thread_db.h 65 typedef pthread_t thread_t; typedef
102 thread_t ti_tid; // pthread's id for the thread
  /development/ndk/platforms/android-9/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /ndk/sources/android/libthread_db/
thread_db.h 77 typedef pthread_t thread_t; typedef
116 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
thread_db.h 67 typedef pthread_t thread_t; typedef
105 thread_t ti_tid; // pthread's id for the thread

Completed in 529 milliseconds

1 2 3