Searched refs:create_thread (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | quartzStartup.c | 65 static pthread_t create_thread (void *func, void *arg) { function in typeref:typename:pthread_t 88 SERVER_THREAD_ID = create_thread(server_thread, args);
|
| H A D | darwinEvents.c | 97 static pthread_t create_thread(void *(*func)(void *), void *arg) { function in typeref:typename:pthread_t 371 fd_add_tid = create_thread(DarwinProcessFDAdditionQueue_thread, NULL);
|
| H A D | X11Application.m | 970 static inline pthread_t create_thread(void *(*func)(void *), void *arg) { 1048 create_thread(xpbproxy_x_thread, NULL);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | quartzStartup.c | 69 create_thread(void *func, void *arg) function in typeref:typename:pthread_t 94 if (!create_thread(server_thread, args)) {
|
| H A D | darwinEvents.c | 124 create_thread(void *(*func)(void *), void *arg) function in typeref:typename:pthread_t 376 fd_add_tid = create_thread(DarwinProcessFDAdditionQueue_thread, NULL);
|
| H A D | X11Application.m | 730 create_thread(void *(*func)(void *), void *arg) function 805 create_thread(xpbproxy_x_thread, NULL);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 103 static pthread_t create_thread(void *(*func)(void *), void *arg) { function in typeref:typename:pthread_t 307 create_thread(socket_handoff_thread, handoff_data);
|
Completed in 7 milliseconds