~ubuntu-branches/ubuntu/hardy/apache2/hardy-proposed

« back to all changes in this revision

Viewing changes to srclib/apr/test/testmutexscope.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-01-17 20:27:56 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080117202756-hv38rjknhwa2ilwi
Tags: upstream-2.2.8
ImportĀ upstreamĀ versionĀ 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    assert(apr_thread_mutex_lock(thread_mutex) == APR_SUCCESS);
97
97
    assert(apr_thread_mutex_unlock(thread_mutex) == APR_SUCCESS);
98
98
    lock_release(test_mode);
 
99
    apr_thread_exit(id, 0);
99
100
    return NULL;
100
101
}
101
102