~m.ch/mysql-server/mysql-6.0-sigar-plugin

« back to all changes in this revision

Viewing changes to storage/falcon/Gopher.cpp

  • Committer: Davi Arnaut
  • Date: 2008-08-12 04:38:50 UTC
  • mfrom: (2764 mysql-6.0-to-merge)
  • mto: This revision was merged to the branch mainline in revision 2765.
  • Revision ID: davi.arnaut@sun.com-20080812043850-9tr1ojwrnv15r0gd
Merge mysql-6.0 into mysql-6.0-bugteam

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
void Gopher::gopherThread(void)
41
41
{
42
 
        Sync deadMan(&log->syncGopher, "Gopher::gopherThread");
 
42
        Sync deadMan(&log->syncGopher, "Gopher::gopherThread(1)");
43
43
        deadMan.lock(Shared);
44
44
        workerThread = Thread::getThread("Gopher::gopherThread");
45
45
        active = true;
46
 
        Sync syncPending (&log->pending.syncObject, "Gopher::gopherThread pending");
 
46
        Sync syncPending (&log->pending.syncObject, "Gopher::gopherThread(2)");
47
47
        syncPending.lock(Exclusive);
48
48
        
49
49
        while (!workerThread->shutdownInProgress && !log->finishing)