Home | History | Annotate | Download | only in src

Lines Matching defs:thread

38 #include "osi/include/thread.h"
54 static thread_t* thread;
68 CHECK(thread == NULL);
92 thread = thread_new("btif_sock");
93 if (!thread) {
94 LOG_ERROR(LOG_TAG, "%s error creating new thread.", __func__);
99 status = btsock_sco_init(thread);
110 thread_free(thread);
111 thread = NULL;
126 thread_free(thread);
127 thread = NULL;