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

/inkscape/packaging/macosx/ScriptExec/
H A Dmain.c86 static void *Execute(void *arg);
258 static void *Execute (void *arg) function
518 else pthread_create(&tid, NULL, Execute, NULL);
540 pthread_create(&tid, NULL, Execute, NULL);

Completed in 15 milliseconds