代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/255402/4376526
in config.h.in
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* do we need GDBM_SYNC */
#undef NEED_GDBM_SYNC
/* do we have gdbm_fdesc */
#undef HAVE_GDBM_FDESC
www.eeworm.com/read/479326/6691677
hier_info test_maus.hier_info
|Test_maus
VGA_HS VGA_SYNC:inst3.clock_50Mhz
CLOCK_50 => MOUSE:inst.clock_48Mhz
KEY[0] => MOUSE:inst.reset
PS2_DAT
www.eeworm.com/read/470187/1475643
ref hdllib.ref
MO vga_sync NULL vga_sync.v vlg62/vga__sync.bin 1239223472
MO project4 NULL project4.v vlg6B/project4.bin 1239223472
MO clock_divide_module_X NULL clock_divide_module_X.v vlg60/clock__divide__module
www.eeworm.com/read/487320/1237325
c decoder.c
#include "instr.h"
#include "emul.h"
#include
/* Anthony Lee: 2006-09-18 */
#ifdef __MINGW32__
#define sync() _flushall()
#else
#include /* for sync() */
#endif
/* This monster
www.eeworm.com/read/227819/4768467
in config.h.in
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* do we need GDBM_SYNC */
#undef NEED_GDBM_SYNC
/* do we have gdbm_fdesc */
#undef HAVE_GDBM_FDESC
www.eeworm.com/read/288816/4004389
c decoder.c
#include "instr.h"
#include "emul.h"
#include
/* Anthony Lee: 2006-09-18 */
#ifdef __MINGW32__
#define sync() _flushall()
#else
#include /* for sync() */
#endif
/* This monster
www.eeworm.com/read/284616/4061625
h threadsync.h
#ifndef _THREAD_SYNC_H_
#define _THREAD_SYNC_H_
#ifdef _MSC_VER
#include "threadsync_win.h"
#endif //WIN32
#ifdef LINUX
#include "threadsync_linux.h"
#endif //LINUX
#endif
www.eeworm.com/read/422403/2037683
in config.h.in
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* do we need GDBM_SYNC */
#undef NEED_GDBM_SYNC
/* do we have gdbm_fdesc */
#undef HAVE_GDBM_FDESC
www.eeworm.com/read/366702/2879810
c 20061005-1.c
/* PR target/28924 */
char c;
void
testc (void)
{
(void) __sync_fetch_and_add (&c, -1);
}
short s;
void
tests (void)
{
(void) __sync_fetch_and_add (&s, -1);
}
void
testc2 (void)
{
(void) __
www.eeworm.com/read/264113/4289238
c decoder.c
#include "instr.h"
#include "emul.h"
#include
/* Anthony Lee: 2006-09-18 */
#ifdef __MINGW32__
#define sync() _flushall()
#else
#include /* for sync() */
#endif
/* This monster