CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - lock
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - lock - List
[
Linux-Unix
]
db.lock.fine_apue
DL : 0
UNIX编程高级环境(第二版)的网络套接字部分的程序源码,头文件已经在里面了-Senior UNIX Programming (2nd edition) network socket part of the program source code. The first document in which the
Date
: 2008-10-13
Size
: 15.89kb
User
:
何川
[
Linux-Unix
]
a048008
DL : 0
本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realization of supplementary variables integrity, Using these synchronization mechanism based tool for achieving several categories. Experiment three parts : achieving lock mechanism and variable conditions, Using these experimental synchronization mechanism as a bidirectional orderly objectlist revise the security thread; the realization of a security thread table structure; the realization of a limited size of the buffer zone (for details, please see nachos - labs.pdf).
Date
: 2008-10-13
Size
: 24.1kb
User
:
战天
[
Linux-Unix
]
linuxflockipc
DL : 0
linux下面的文件锁和信号量的程序-linux lock the following documents and procedures for traffic signal
Date
: 2026-01-11
Size
: 30kb
User
:
站长
[
Linux-Unix
]
db.lock.fine_apue
DL : 0
UNIX编程高级环境(第二版)的网络套接字部分的程序源码,头文件已经在里面了-Senior UNIX Programming (2nd edition) network socket part of the program source code. The first document in which the
Date
: 2026-01-11
Size
: 16kb
User
:
何川
[
Linux-Unix
]
a048008
DL : 0
本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realization of supplementary variables integrity, Using these synchronization mechanism based tool for achieving several categories. Experiment three parts : achieving lock mechanism and variable conditions, Using these experimental synchronization mechanism as a bidirectional orderly objectlist revise the security thread; the realization of a security thread table structure; the realization of a limited size of the buffer zone (for details, please see nachos- labs.pdf).
Date
: 2026-01-11
Size
: 24kb
User
:
战天
[
Linux-Unix
]
testpthread2
DL : 0
linux c 多线线程在此源码中应用了锁的同步-multi-thread linux c source code in this application of the lock synchronization
Date
: 2026-01-11
Size
: 1kb
User
:
刘雪
[
Linux-Unix
]
eyeg-1.0
DL : 0
linux下用的定时锁定屏幕,提醒使用者休息的软件,使用环境PyQt4,xlockmore-linux using the regular lock screen, to remind users to break the software, use of environmental PyQt4, xlockmore
Date
: 2026-01-11
Size
: 161kb
User
:
刘侃
[
Linux-Unix
]
jail.tar
DL : 0
主要实现锁定用户工作目录功能,实装环境:linux-The main working directory to achieve user lock functions, the environment it is installed: linux
Date
: 2026-01-11
Size
: 34kb
User
:
hillwu
[
Linux-Unix
]
mutex-lock
DL : 0
多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Thread to achieve a number of ways, such as Mutex, condition variables, such as read-write lock. Which interoperability exclusion lock the most simple, read-write lock with similar Mutex. in LInux the simple realization of a list, list of the insert and delete, as well as the entire list of destructor to consider the simultaneous multi-threading
Date
: 2026-01-11
Size
: 1kb
User
:
周伟光
[
Linux-Unix
]
thread
DL : 0
该程序运用线程的mutex控制数据流的锁定,实现Producer和consumer之间对buffer的合理有序的利用-The program to control the use of thread mutex lock data stream to achieve Producer and consumer of buffer between the rational and orderly use of
Date
: 2026-01-11
Size
: 2kb
User
:
dreamshello
[
Linux-Unix
]
MyLinuxThread5-25[1].tar
DL : 0
LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由ThreadPool类进行任务分派. TaskThread.cpp(继承Thread.cpp) : 具体任务类,负责接受客户端发送数据. ThreadPool.cpp (继承Thread.cpp) : 线程池类负责启动别的线程 , 并且进行线程调度。首先启动ListenThread.cpp类,如果有客户端 连接ListenThread.cpp类发送信号通知ThreadPool.cpp类,收到信号再分配给TaskThread.cpp类,进行处理。如果没有空闲任务类,动态再-LINUX source code of the thread pool
Date
: 2026-01-11
Size
: 10kb
User
:
wsd
[
Linux-Unix
]
lockd
DL : 0
Linux中关于远程文件锁定的支持的源代码 -source code of the remote file lock support on linux
Date
: 2026-01-11
Size
: 48kb
User
:
AofaYang
[
Linux-Unix
]
mp_simplesim
DL : 1
体系机构仿真,simplescalar的多处理器版本,现在好像在simplescalar上没有下载了 作者是加拿大Queen大学的Manjikian 环境: Architecture SPARC Operating System Solaris 2 Compiler g-The multiprocessor extensions were conceived and implemented by Naraig Manjikian at Queen s University, Kingston, Ontario, Canada The software in this package produces a fast functional simulator sim-mpfast that interleaves the simulated execution of multiple threads. A runtime library is also included to support thread creation and synchronization. Locks, barriers, and semaphores are supported. For simplicitly, the simulator does not allow more than one lock to be held by a single thread. Typical multiprocessor programs adhere to this rule, hence this should not be a significant restriction.
Date
: 2026-01-11
Size
: 348kb
User
:
jiangwen
[
Linux-Unix
]
i2c
DL : 0
at91rm9200的i2c驱动,解决了死锁恢复问题-at91rm9200 i2c drv,can resume in dead lock
Date
: 2026-01-11
Size
: 82kb
User
:
张德强
[
Linux-Unix
]
exp1
DL : 0
首先在linux下打开一个文件,然后将该文件上写入锁,并写入hello字符串。接着在解锁后再将该文件上读取锁,并读取刚才写好的内容。最后模拟多进程,同时读写一个文件时的情况。-First, open a file under linux, and then write lock on the file and write the string hello. Then, after unlocking the file lock on the read and write just to read the content. Finally, multi-process simulation, at the same time to read and write a paper on the circumstances.
Date
: 2026-01-11
Size
: 1kb
User
:
牛志强
[
Linux-Unix
]
fcntl_write
DL : 0
该程序用来测试文件的写入锁,首先创建一个hello文件,之后对其上写入锁,最后释放写入锁。-The program used to write the test file lock, the first document to create a hello, and then write their locks, the final release into the lock.
Date
: 2026-01-11
Size
: 1kb
User
:
牛志强
[
Linux-Unix
]
pthread
DL : 0
基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the buffer readings of specific processes, producers first obtain a mutex lock, and to determine whether the write pointer is equal to+1 after reading pointer, if the same may enter the wait state, waiting for condition variables notfull if the ranging from the buffer to write to an integer, and set the condition variable notempty, the final release mutex. Consumer thread and producers similar thread.
Date
: 2026-01-11
Size
: 1kb
User
:
刘冉
[
Linux-Unix
]
Lock-linux
DL : 0
定时锁键盘鼠标的小程序,用Bash和C写的,程序满简单,大家可以略读下自己修改,也可以很方便地直接使用。-A tool for lock the keyboard and mouse develped in linux with Bash and C. Help the people work or play PC long time to stop and have some rest timely.
Date
: 2026-01-11
Size
: 10kb
User
:
Voider
[
Linux-Unix
]
Lock
DL : 0
lucene store Lock Source Code for Linux. -lucene store Lock Source Code for Linux.
Date
: 2026-01-11
Size
: 3kb
User
:
qintongye
[
Linux-Unix
]
lock
DL : 0
The posix implementation of ConditionVariable needs to be able to see our lock and tweak our debugging counters, as it releases and acquires locks inside of pthread_cond_{timed,wait. -The posix implementation of ConditionVariable needs to be able to see our lock and tweak our debugging counters, as it releases and acquires locks inside of pthread_cond_{timed,wait.
Date
: 2026-01-11
Size
: 6kb
User
:
skpnson
«
1
2
3
4
5
6
7
8
9
10
...
15
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.