Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
3b44f8c7
Commit
3b44f8c7
authored
Jul 12, 2000
by
David Hedbor
Browse files
Options
Downloads
Patches
Plain Diff
s/THREAS_ALLOW/THREADS_ALLOW/ in define when threads are disabled
Rev: src/threads.h:1.98
parent
f25cdc21
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/threads.h
+2
-2
2 additions, 2 deletions
src/threads.h
with
2 additions
and
2 deletions
src/threads.h
+
2
−
2
View file @
3b44f8c7
/*
* $Id: threads.h,v 1.9
7
2000/07/
07 15:36:53 grubba
Exp $
* $Id: threads.h,v 1.9
8
2000/07/
12 05:57:39 neotron
Exp $
*/
#ifndef THREADS_H
#define THREADS_H
...
...
@@ -618,7 +618,7 @@ void th_farm(void (*fun)(void *), void *here);
#define mt_lock(X)
#define mt_unlock(X)
#define mt_destroy(X)
#define THREAS_ALLOW()
#define THREA
D
S_ALLOW()
#define THREADS_DISALLOW()
#define THREADS_ALLOW_UID()
#define THREADS_DISALLOW_UID()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment