Searched refs:tid (Results 1 – 6 of 6) sorted by relevance
/curl/docs/examples/ |
H A D | multithread.c | 72 pthread_t tid[NUMT]; in main() local 79 int error = pthread_create(&tid[i], in main() 91 pthread_join(tid[i], NULL); in main()
|
H A D | threaded-ssl.c | 73 pthread_t tid[NUMT]; in main() local 82 int error = pthread_create(&tid[i], in main() 94 pthread_join(tid[i], NULL); in main()
|
H A D | smooth-gtk-thread.c | 124 pthread_t tid[NUMT]; in create_thread() local 129 int error = pthread_create(&tid[i], in create_thread() 141 pthread_join(tid[i], NULL); in create_thread()
|
/curl/tests/libtest/ |
H A D | lib1565.c | 102 pthread_t tid; in test() local 114 result = pthread_create(&tid, NULL, run_thread, NULL); in test() 192 pthread_join(tid, NULL); in test()
|
/curl/tests/ |
H A D | smbserver.py | 297 def get_share_path(self, conn_data, root_fid, tid): argument 300 if tid in conn_shares: 306 if "path" in conn_shares[tid]: 307 path = conn_shares[tid]["path"]
|
/curl/lib/ |
H A D | smb.c | 111 unsigned short tid; member 364 unsigned short tid; /* Even if we connect to the same tree as another */ member 550 h->tid = smb_swap16(req->tid); in smb_format_message() 985 req->tid = smb_swap16(h->tid); in smb_request_state()
|
Completed in 10 milliseconds