HomeSort by relevance Sort by last modified time
    Searched refs:NUMT (Results 1 - 4 of 4) sorted by null

  /external/curl/docs/examples/
multithread.c 31 #define NUMT 4
42 const char * const urls[NUMT]= {
70 pthread_t tid[NUMT];
77 for(i=0; i< NUMT; i++) {
89 for(i=0; i< NUMT; i++) {
threaded-ssl.c 43 #define NUMT 4
136 pthread_t tid[NUMT];
147 for(i=0; i< NUMT; i++) {
159 for(i=0; i< NUMT; i++) {
smooth-gtk-thread.c 44 #define NUMT 4
132 pthread_t tid[NUMT];
137 for(i=0; i < NUMT && i < num_urls ; i++) {
149 for(i=0; i < NUMT && i < num_urls; i++) {
  /external/curl/lib/vtls/
polarssl_threadlock.c 45 #define NUMT 2
55 mutex_buf = malloc(NUMT * sizeof(POLARSSL_MUTEX_T));
60 for(i = 0; i < NUMT; i++) {
66 for(i = 0; i < NUMT; i++) {
85 for(i = 0; i < NUMT; i++) {
91 for(i = 0; i < NUMT; i++) {
107 if(n < NUMT) {
116 if(n < NUMT) {
132 if(n < NUMT) {
141 if(n < NUMT) {
    [all...]

Completed in 925 milliseconds