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

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DGlobalTID.java341 char [] ctid =stid.toCharArray();
350 globalLen=ctid.length-2;
354 bqualLen=ctid.length -3 - globalLen;
373 int t=ctid[index++];
374 int t1=ctid[index++];
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c487 DWORD ctid = GetCurrentThreadId(); local
506 if ((thrd = CreateThread(NULL, 0, DispatchWindowsEvents, &ctid, 0, &tid)) == NULL)

Completed in 861 milliseconds