代码搜索:Synchronization
找到约 1,570 项符合「Synchronization」的源代码
代码结果 1,570
www.eeworm.com/read/376006/2717255
c syncscan.c
/*-------------------------------------------------------------------------
*
* syncscan.c
* heap scan synchronization support
*
* When multiple backends run a sequential scan on the same table
www.eeworm.com/read/161112/5560940
c mutexsemdemo.c
/* mutexSemDemo.c - Demonstrate the usage of the mutual exclusion semaphore
* for intertask synchronization and obtaining exclusive
* access to a data structur
www.eeworm.com/read/274320/10876350
m ricianber.m
%-----------------------------------------------------------------------
% Compute the bit error rate for binary signaling over Rician fading
% channels via simulation. Assumes ideal synchronization
www.eeworm.com/read/226667/14455737
m ricianber.m
%-----------------------------------------------------------------------
% Compute the bit error rate for binary signaling over Rician fading
% channels via simulation. Assumes ideal synchronization
www.eeworm.com/read/182103/5265682
c coremutexseize.c
/*
* Mutex Handler
*
* DESCRIPTION:
*
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
* COPYRIGHT (
www.eeworm.com/read/182103/5265694
c coremutex.c
/*
* Mutex Handler
*
* DESCRIPTION:
*
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
* COPYRIGHT (
www.eeworm.com/read/182103/5265747
c coremutexsurrender.c
/*
* Mutex Handler
*
* DESCRIPTION:
*
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
* COPYRIGHT (
www.eeworm.com/read/182103/5265768
c coremutexflush.c
/*
* Mutex Handler
*
* DESCRIPTION:
*
* This package is the implementation of the Mutex Handler.
* This handler provides synchronization and mutual exclusion capabilities.
*
* COPYRIGHT (
www.eeworm.com/read/398634/2373207
c sync0rw.c
/******************************************************
The read-write lock (for thread synchronization)
(c) 1995 Innobase Oy
Created 9/11/1995 Heikki Tuuri
*****************************************
www.eeworm.com/read/398634/2373242
ic os0sync.ic
/******************************************************
The interface to the operating system synchronization primitives.
(c) 1995 Innobase Oy
Created 9/6/1995 Heikki Tuuri
*************************