Searched refs:odtid (Results 1 - 1 of 1) sorted by relevance

/inkscape/packaging/macosx/ScriptExec/
H A Dmain.c125 pthread_t odtid = 0, tid = 0; variable
237 if (odtid) pthread_join(odtid, NULL);
465 if (odtid) pthread_cancel(odtid);
517 if (! taskDone) pthread_create(&odtid, NULL, OpenDoc, NULL);

Completed in 14 milliseconds