Searched refs:server_thread_id (Results 1 – 5 of 5) sorted by relevance
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/benchmark/ |
H A D | bench_queue.cpp | 666 pthread_t server_thread_id; in run() local 671 pthread_create(&server_thread_id, nullptr, server_run_gateway, this); in run() 674 pthread_join(server_thread_id, nullptr); in run() 773 pthread_t server_thread_id; in run() local 778 pthread_create(&server_thread_id, nullptr, server_run_gateway, this); in run() 781 pthread_join(server_thread_id, nullptr); in run()
|
/dports/www/kannel/gateway-1.4.4/gwlib/ |
H A D | http.c | 1879 static long server_thread_id = -1; variable 1937 gwthread_wakeup(server_thread_id); in client_destroy() 2443 server_thread_id = -1; in server_thread() 2458 server_thread_id = gwthread_create(server_thread, NULL); in start_server_thread() 2492 gwthread_wakeup(server_thread_id); in http_open_port_if() 2511 gwthread_wakeup(server_thread_id); in http_close_port() 2517 if (server_thread_id != -1) { in http_close_all_ports() 2519 gwthread_wakeup(server_thread_id); in http_close_all_ports() 2779 if (server_thread_id != -1) { in server_shutdown() 2780 gwthread_wakeup(server_thread_id); in server_shutdown()
|
/dports/databases/py-pymysql/PyMySQL-1.0.2/pymysql/ |
H A D | connections.py | 1042 return self.server_thread_id[0] 1065 self.server_thread_id = struct.unpack("<I", data[i : i + 4])
|
/dports/databases/py-aiomysql/aiomysql-0.0.22/aiomysql/ |
H A D | connection.py | 974 return self.server_thread_id[0] 997 self.server_thread_id = struct.unpack('<I', data[i:i + 4])
|
/dports/databases/py-asyncmy/asyncmy-0.2.3/asyncmy/ |
H A D | connection.pyx | 906 return self.server_thread_id[0] 932 self.server_thread_id = I.unpack(data[i: i + 4])
|