Searched defs:tid (Results 1 - 2 of 2) sorted by relevance

/inkscape/packaging/macosx/ScriptExec/
H A Dmain.c125 pthread_t odtid = 0, tid = 0; variable
236 pthread_join(tid, NULL);
464 pthread_cancel(tid);
518 else pthread_create(&tid, NULL, Execute, NULL);
540 pthread_create(&tid, NULL, Execute, NULL);
/inkscape/src/display/
H A Dnr-filter-gaussian.cpp313 unsigned int tid = omp_get_thread_num(); local
315 unsigned int tid = 0;
334 copy_n(u[0], PC, tmpdata[tid]+c1*PC);
349 copy_n(tmpdata[tid]+c1*PC, PC, v[0]);

Completed in 18 milliseconds