Searched defs:create_thread (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/ |
D | operating_system.py | 37 def create_thread(self, tid, context): member in OperatingSystemPlugIn
|
/external/llvm-project/lldb/examples/python/ |
D | operating_system.py | 28 def create_thread(self, tid, context): member in OperatingSystemPlugIn
|
/external/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/ |
D | operating_system.py | 28 def create_thread(self, tid, context): member in OperatingSystemPlugIn
|
D | operating_system2.py | 28 def create_thread(self, tid, context): member in OperatingSystemPlugIn
|
/external/curl/docs/examples/ |
D | smooth-gtk-thread.c | 128 void *create_thread(void *progress_bar) in create_thread() function
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/ |
D | 2-1.c | 92 static int create_thread(int prio, pthread_t * tid) in create_thread() function
|
/external/python/cpython2/Demo/pysvr/ |
D | pysvr.c | 185 create_thread(int conn, struct sockaddr_in *addr) in create_thread() function
|
/external/ltp/testcases/realtime/lib/ |
D | librttest.c | 285 int create_thread(void *(*func) (void *), void *arg, int prio, int policy) in create_thread() function
|
/external/wayland/tests/ |
D | display-test.c | 473 create_thread(struct client *c, void *(*func)(void*)) in create_thread() function
|