Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon
OpenLDAP
Commits
c149f48e
Commit
c149f48e
authored
Jan 17, 1999
by
Bart Hartgers
Browse files
Added OpenLDAP copyright to files.
parent
41234c28
Changes
6
Hide whitespace changes
Inline
Side-by-side
libraries/libldap_r/thr_cthreads.c
View file @
c149f48e
/* thrmach.c - wrapper for mach cthreads */
/*
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted only
* as authorized by the OpenLDAP Public License. A copy of this
* license is available at http://www.OpenLDAP.org/license.html or
* in file LICENSE in the top-level directory of the distribution.
*/
/* thr_cthreads.c - wrapper for mach cthreads */
#include "portable.h"
#include "ldap_pvt_thread.h"
...
...
libraries/libldap_r/thr_lwp.c
View file @
c149f48e
/* thrsunos.c - wrappers around SunOS LWP threads */
/*
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted only
* as authorized by the OpenLDAP Public License. A copy of this
* license is available at http://www.OpenLDAP.org/license.html or
* in file LICENSE in the top-level directory of the distribution.
*/
/* thr_lwp.c - wrappers around SunOS LWP threads */
/* BUGS:
* - slurpd calls the get_stack/free_stack functions. Should be fixed, so
...
...
libraries/libldap_r/thr_nt.c
View file @
c149f48e
/* thrnt.c - wrapper around NT threads */
/*
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted only
* as authorized by the OpenLDAP Public License. A copy of this
* license is available at http://www.OpenLDAP.org/license.html or
* in file LICENSE in the top-level directory of the distribution.
*/
/* thr_nt.c - wrapper around NT threads */
#include "portable.h"
#include "ldap_pvt_thread.h"
...
...
libraries/libldap_r/thr_posix.c
View file @
c149f48e
/* thrposix.c - wrapper around posix and posixish thread implementations.
/*
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted only
* as authorized by the OpenLDAP Public License. A copy of this
* license is available at http://www.OpenLDAP.org/license.html or
* in file LICENSE in the top-level directory of the distribution.
*/
/* thr_posix.c - wrapper around posix and posixish thread implementations.
*/
#include "portable.h"
...
...
libraries/libldap_r/thr_stub.c
View file @
c149f48e
/* thrstub.c - stubs for the threads */
/*
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted only
* as authorized by the OpenLDAP Public License. A copy of this
* license is available at http://www.OpenLDAP.org/license.html or
* in file LICENSE in the top-level directory of the distribution.
*/
/* thr_stub.c - stubs for the threads */
#include "portable.h"
#include "ldap_pvt_thread.h"
...
...
libraries/libldap_r/thr_thr.c
View file @
c149f48e
/* thrsolaris.c - wrappers around solaris threads */
/*
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted only
* as authorized by the OpenLDAP Public License. A copy of this
* license is available at http://www.OpenLDAP.org/license.html or
* in file LICENSE in the top-level directory of the distribution.
*/
/* thr_thr.c - wrappers around solaris threads */
#include "portable.h"
#include "ldap_pvt_thread.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment