代码搜索:Synchronization
找到约 1,570 项符合「Synchronization」的源代码
代码结果 1,570
www.eeworm.com/read/105105/15677550
c ex4.c
//
// example 4: task synchronization
// descriptions: The first task wait for a semaphore,when the semaphore is Realeased,
// this task turn on LEDs one by one.
// Th
www.eeworm.com/read/385844/8786209
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/385844/8786213
cc synch.cc
// synch.cc
// Routines for synchronizing threads. Three kinds of
// synchronization routines are defined here: semaphores, locks
// and condition variables (the implementation of the last two
/
www.eeworm.com/read/169552/9852582
txt qep_drv.asm.txt
;=====================================================================
; File : qep_drv.asm
; Module Name : QEP_THETA_DRV
; Initialization Routine : QEP_THETA_DRV_INIT
; Synchronization Routine :
www.eeworm.com/read/161674/10386725
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/161674/10386730
cc synch.cc
// synch.cc
// Routines for synchronizing threads. Three kinds of
// synchronization routines are defined here: semaphores, locks
// and condition variables (the implementation of the last two
/
www.eeworm.com/read/392997/7247727
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/392997/7247729
cpp synch.cpp
// synch.cc
// Routines for synchronizing threads. Three kinds of
// synchronization routines are defined here: semaphores, locks
// and condition variables (the implementation of the last two
/
www.eeworm.com/read/493401/6402252
cc synch-sleep.cc
// synch.cc
// Routines for synchronizing threads. Three kinds of
// synchronization routines are defined here: semaphores, locks
// and condition variables (the implementation of the last two
/
www.eeworm.com/read/493401/6402255
h synch-sleep.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is