Searched defs:thread_data_t (Results 1 – 2 of 2) sorted by relevance
65 struct thread_data_t { struct73 static int trampoline(const thread_data_t* t) { in trampoline() argument
85 struct thread_data_t { struct86 native_data_t *nat;87 bool is_accept; // accept (listening) or connect (outgoing) thread88 int signal_sk; // socket for thread to listen for unblock signal89 char address[BTADDR_SIZE]; // BT addres as string