Home
last modified time | relevance | path

Searched refs:gThreadGroupID (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/NetWare/
DNwmain.c49 int gThreadGroupID = -1; variable
157 gThreadGroupID = GetThreadGroupID (); in main()
361 if (gThreadGroupID != -1) in fnCommandLineHandler()
362 OsThrdGrpID = SetThreadGroupID (gThreadGroupID); in fnCommandLineHandler()
572 if (gThreadGroupID != -1) in fnLaunchPerl()
573 currentThreadGroupID = SetThreadGroupID (gThreadGroupID); in fnLaunchPerl()