Sponsored Content
Full Discussion: Atomicity
Top Forums Programming Atomicity Post 50906 by S.P.Prasad on Wednesday 5th of May 2004 09:37:22 AM
Old 05-05-2004
As I am not confident about a topic and it may sound to be silly, so forgive me for my query.

My question is 'is if atomic' i.e. suppose if I have the following lines of code in a 'C' program:

......;
......;
x=0;
y=8;
u=1;
z=9;
...... ;
.......;

if ( x == 0 && y ==8 && ++u || z = user_func ( ) && ...... )
{
/* Statements to be executed */
}
..........;
..........;

Does atomicity regarding 'if' is implied in 'C'.

Thanks in advance.

Last edited by S.P.Prasad; 05-05-2004 at 10:42 AM..
 
SND_MAESTRO(4)						   BSD Kernel Interfaces Manual 					    SND_MAESTRO(4)

NAME
snd_maestro -- ESS Maestro bridge device driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device sound device snd_maestro Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_maestro_load="YES" DESCRIPTION
The snd_maestro bridge driver allows the generic audio driver sound(4) to attach to ESS Maestro based sound chips. This chipset is very pop- ular in notebook computers, but it is also very used in a wide selection of cheap OEM sound cards. HARDWARE
The snd_maestro driver supports the following PCI sound cards: o ESS Technology Maestro-1 o ESS Technology Maestro-2 o ESS Technology Maestro-2E SEE ALSO
snd_maestro3(4), sound(4) HISTORY
The snd_maestro device driver first appeared in FreeBSD 4.2. AUTHORS
This manual page was written by Jorge Mario G. Mazo <jgutie11@eafit.edu.co>. BSD
December 15, 2005 BSD
All times are GMT -4. The time now is 09:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy