Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 6 of 6) sorted by relevance

/curl/docs/examples/
H A Dmultithread.c72 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 Dthreaded-ssl.c73 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 Dsmooth-gtk-thread.c124 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 Dlib1565.c102 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 Dsmbserver.py298 def get_share_path(self, conn_data, root_fid, tid): argument
301 if tid in conn_shares:
307 if "path" in conn_shares[tid]:
308 path = conn_shares[tid]["path"]
/curl/lib/
H A Dsmb.c108 unsigned short tid; member
375 unsigned short tid; /* Even if we connect to the same tree as another */ member
561 h->tid = smb_swap16(req->tid); in smb_format_message()
991 req->tid = smb_swap16(h->tid); in smb_request_state()

Completed in 13 milliseconds