HomeSort by relevance Sort by last modified time
    Searched refs:create_thread (Results 1 - 4 of 4) sorted by null

  /external/lldb/examples/python/
operating_system.py 27 def create_thread(self, tid, context): member in class:OperatingSystemPlugIn
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 131 ** Function create_thread
138 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){ function
139 APPL_TRACE_DEBUG("create_thread: entered");
150 APPL_TRACE_DEBUG("create_thread: thread created successfully");
270 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev);
296 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev);
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 164 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg) function
235 if((ts[h].thread_id = create_thread(sock_poll_thread, (void*)(uintptr_t)h)) != -1)
btif_hl.c 5097 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){ function
    [all...]

Completed in 204 milliseconds