~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to src/pthread_xt.cc

  • Committer: Paul McCullagh
  • Date: 2009-11-10 15:17:41 UTC
  • Revision ID: paul.mccullagh@primebase.org-20091110151741-skjch5yqshrilo14
Merged changes required to compile with Drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
579
579
xtPublic int xt_p_mutex_destroy(xt_mutex_type *mutex)
580
580
{
581
581
        //ASSERT_NS(mutex->mu_init == 12345);
582
 
        mutex->mu_init = 89898;
 
582
        mutex->mu_init = 11111;
583
583
#ifdef XT_THREAD_LOCK_INFO
584
584
        xt_thread_lock_info_free(&mutex->mu_lock_info);
585
585
#endif